meffil.plot.genotypes | R Documentation |
Plot SNP beta and sample genotype concordances
meffil.plot.genotypes(
qc.objects,
genotypes = NULL,
sample.threshold = 0.9,
snp.threshold = 0.99
)
qc.objects |
Output from |
genotypes |
Optional output from |
sample.threshold |
Concordance threshold below which the Illumina 450K and genetic profiles for a sample are deemed a mismatch (Default: 0.9). |
snp.threshold |
Concordance threshold below which the Illumina 450K and genetic profiles for a SNP are deemed a mismatch (Default: 0.99). |
A list consisting of:
graphs
A list of ggplot2 objects. The first snp.betas
plots the beta distributions of each SNP probe in the microarray.
The second and third plots are added only if the genotypes
parameter
is not NULL
. The second plot shows the distribution of SNP concordances,
and the third plot shows the distribution of sample concordances.
tabs
Contains two data frames if the
genotypes
parameter is not NULL
. The first samples
lists the concordances of each sample, the second snps
lists the
concordances of each SNP.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.