methDataSet-class: Class '"methDataSet"'

Description Usage Arguments Details Value Examples

Description

A class for storing Illumina methylation array methylated and unmethylated intensity data, and CpG annotation infomation.

Usage

1
2
methDataSet(Meth = new("matrix"), Unmeth = new("matrix"),
    rowData=new("DataFrame"),...)

Arguments

Meth

A matrix of methylated intensity values with row for CpGs and column for samples

Unmeth

A matrix of unmethylated intensity values with row for CpGs and column for samples

rowData

A dataframe contains CpG annotation information

...

Other arguments for class SummarizedExperiment

Details

CpG annotation information is incorporated in the object, and can be extracted using command rowData

Value

An object of class methDataSet

Examples

1
showClass("methDataSet")

ENmix documentation built on April 2, 2021, 6 p.m.