test_lncRNA_mode <- function(){
data(MET.data)
data(lncRNA.data)
data(LUAD.sample.annotation)
EpiMixResults <- EpiMix(methylation.data = MET.data,
gene.expression.data = lncRNA.data,
mode = "lncRNA",
sample.info = LUAD.sample.annotation,
group.1 = "Cancer",
group.2 = "Normal",
met.platform = "HM450",
OutputRoot = tempdir())
RUnit::checkEquals(nrow(EpiMixResults$FunctionalPairs), 5)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.