
snpgdsSampMissRate(gdsobj, sample.id=NULL, snp.id=NULL, with.id=FALSE)
SNPGDSFileClass
,
a SNP GDS fileNULL
, all samples will be usedNULL
, all SNPs will be usedTRUE
, the returned value with sample idsnpgdsSNPRateFreq
# open an example dataset (HapMap)
genofile <- snpgdsOpen(snpgdsExampleFileName())
RV <- snpgdsSampMissRate(genofile)
summary(RV)
# close the genotype file
snpgdsClose(genofile)
Run the code above in your browser using DataLab