Description Usage Arguments Value Examples
Creates a MultiAssay object containing RNA counts, DNA methylation, and clinical data.
1 2 3 4 5 6 | MakeEpiXprS(
RNASeqGene = Counts,
Methyl = Methyl,
Clinical = Clinical,
samples = samples
)
|
RNASeqGene |
A matrix of RNA counts |
Methyl |
A matrix of methylation values |
Clinical |
A data.frame of clinical covariates |
samples |
A vector of sample names ordered the same as RNASeqGene and Methyl450k |
An object of class MultiAssayExperiment containing paired RNA counts and DNA methylation
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.