You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But there are erros such as:
MVP.Data.Kin(TRUE, mvp_prefix='mvp', out='mvp')
Error in attach.resource(obj, ...) :
The file mvp.geno.desc could not be found
library(rMVP)
MVP.Data(fileVCF="genotype.vcf",
filePhe="phenotype.csv",
fileKin=FALSE,
filePC=FALSE,
out="mvp.vcf"
)
calculate from mvp_geno_file
MVP.Data.Kin(TRUE, mvp_prefix='mvp', out='mvp')
calculate from mvp_geno_file
MVP.Data.PC(TRUE, mvp_prefix='mvp', perc=1, pcs.keep=5)
But there are erros such as:
MVP.Data.Kin(TRUE, mvp_prefix='mvp', out='mvp')
Error in attach.resource(obj, ...) :
The file mvp.geno.desc could not be found
Why so? Please suggest
The text was updated successfully, but these errors were encountered: