RnBDiffMeth-class: RnBDiffMeth Class
Description
A class for storing differential methylation data.
Slots
sites
- List of differential methylation tables on site level (see
computeDiffMeth.bin.site
for details).
Indexed by comparison. regions
- List of lists of differential methylation tables on region levels (see
computeDiffMeth.bin.region
for details).
Indexed by region type on the top level and comparison on the lower level. comparisons
- character vector of all comparisons stored in the objects. Vector indices correspond to indices in the
sites
and
regions
list slots. region.types
- character vector of all region types stored in the objects. Vector indices correspond to indices in
the
regions
list slot. comparison.grouplabels
- A character matrix with 2 columns containing group labels of all comparisons in the object
comparison.info
- A list containing comparison information for each comparison. See
get.comparison.info
for details. includesSites
- Logical indicating whether the object contains site-level differential methylation information.
site.test.method
- method which was applied to obtain the site-level p-values.
covg.thres
- coverage threshold. Important for certain columns of the differential methylation tables.
See
computeDiffMeth.bin.site
and computeDiffMeth.bin.region
for details. disk.dump
- Flag indicating whether the tables should be stored on disk rather than in the main memory
disk.path
- path on the disk for DMTs.Only meaningful if
disk.dump
is TRUE
Details
Contains differential methylation tables (DMT) for multiple comparisons and region types. DMTs can be stored in memory
as R objects or on disk