View source: R/snp-concordance.r
meffil.snp.concordance | R Documentation |
genotypes <- meffil.extract.genotypes(raw.filenames) snp.betas <- meffil.snp.betas(qc.objects) meffil.snp.concordance(snp.betas, genotypesrownames(snp.betas),colnames(snp.betas))
meffil.snp.concordance(
snp.betas,
genotypes,
snp.threshold = 0.99,
sample.threshold = 0.9
)
Returns a list of two vectors: - one providing concordances between genotypes and SNP betas for matched samples, - a second providing concordances between genotypes and SNP betas for matched SNPs. as well as the genotype matrix derived from 'snp.betas'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.