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
I'm trying to run snpgdsIBDMLE function from the SNPRelate package on a seqArray obtained from your example :
file <- seqOpen(seqExampleFileName("KG_Phase1"))
mlibd = snpgdsIBDMLE(file,num.thread=8)
This return :
Identity-By-Descent analysis (MLE) on genotypes:
Calculating allele counts/frequencies ...
[==================================================] 100%, completed, 0s (process 1)
Excluding 122 SNVs (monomorphic: TRUE, MAF: NaN, missing rate: NaN)
Working space: 1,092 samples, 19,651 SNVs
using 8 (CPU) cores
Error in snpgdsIBDMLE(file, num.thread = 8) : Invalid position in CIndex.
However if I convert the seqArray file object to SNP GDS file this function works fine.
I'm missing some thing ?
Regards,
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to run snpgdsIBDMLE function from the SNPRelate package on a seqArray obtained from your example :
file <- seqOpen(seqExampleFileName("KG_Phase1"))
mlibd = snpgdsIBDMLE(file,num.thread=8)
This return :
Identity-By-Descent analysis (MLE) on genotypes:
Calculating allele counts/frequencies ...
[==================================================] 100%, completed, 0s (process 1)
Excluding 122 SNVs (monomorphic: TRUE, MAF: NaN, missing rate: NaN)
Working space: 1,092 samples, 19,651 SNVs
using 8 (CPU) cores
Error in snpgdsIBDMLE(file, num.thread = 8) : Invalid position in CIndex.
However if I convert the seqArray file object to SNP GDS file this function works fine.
I'm missing some thing ?
Regards,
The text was updated successfully, but these errors were encountered: