View source: R/cnv-references.r
meffil.add.cnv.reference | R Documentation |
Create a copy number reference object for estimating copy number variation with the Infinium HumanMethylation450 BeadChip.
meffil.add.cnv.reference(
name,
M,
U,
chip = NA,
featureset = chip,
object = NULL,
verbose = T
)
name |
Character string providing the name of the reference. |
M |
Matrix of methylated probe intensities (rows=CpG sites, columns=samples). |
U |
Matrix of unmethylatd probe intensities (rows=CpG sites, columns=samples). |
chip |
Name returned by |
featureset |
Name returned by |
object |
A previously created copy number reference object created by this function.
If not |
verbose |
If |
A list specifying a copy number reference object that can be used by
meffil.calculate.cnv()
to estimate copy number variation in another dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.