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
snpgdsBED2GDS() allows a single file name without the extended file names (.bed, .fam, .bim)
CHANGES IN VERSION 1.16.0
a new option 'useMatrix' to allow for the packed symmetric matrix using the Matrix package in snpgdsIBDMoM(), snpgdsIBDKING(), snpgdsIBS(), snpgdsIndivBeta() and snpgdsGRM() to reduce memory usages
fix a bug of missing sample and SNP IDs in the output of snpgdsIndInb()
new option 'start.pos' in snpgdsLDpruning()
new methods in snpgdsIndInb(): gcta1, gcta2, gcta3; progress information is shown during running the function
snpgdsCombineGeno() supports dosages
CHANGES IN VERSION 1.14.0
the default compression is "LZMA_RA" in snpgdsBED2GDS(), snpgdsVCF2GDS() and snpgdsVCF2GDS_R() for annotations
support Intel C++ compiler with SSE2/AVX2
allow interrupting requests in the calculation
new method options in snpgdsPairScore(): GVH.major, GVH.minor, GVH.major.only, GVH.minor.only
force to use integers for 'snp.position' in snpgdsCreateGeno()
unit tests for merging GRMs in snpgdsMergeGRM()
the function snpgdsSNPListStrand() is merged to snpgdsSNPListIntersect(), and it is removed from the package
update snpgdsSNPListIntersect() and snpgdsCombineGeno() (work correctly)
replace INF/-INF by NaN in the output of snpgdsIBDKING()