plotPotentialSNPs: Plot distribution of beta values for array probes that were...

Description Usage Arguments Examples

View source: R/MethylToSNP.R

Description

Plot distribution of beta values for array probes that were identified as SNPs

Usage

1
plotPotentialSNPs(x, betas, horizontal = TRUE)

Arguments

x

a data frame with probes identified as SNPs by MethylToSNP()

betas

A matrix or a data frame or an GenomicRatioSet, GenomicMethylSet, MethylSet, or RatioSet object (see minfi package)

horizontal

plot orientation (horizontal=TRUE by default)

Examples

1
2
x <- MethylToSNP(betas)
x <- plotPotentialSNPs(x, data)

elnitskilab/MethylToSNP documentation built on March 21, 2020, 1:13 p.m.