methylKit (version 0.99.2)

methylRawList-class: An S4 class for holding a list of methylRaw objects.

Description

This class stores the list of methylRaw objects. Functions such as lapply can be used on this list. It extends list class. This object is primarily produced by read function.

Arguments

Slots

treatment

numeric vector denoting control and test samples

.Data

a list of methylRaw objects

Examples

Run this code
# NOT RUN {
data(methylKit)

#applying functions designed for methylRaw on methylRawList object
lapply(methylRawList.obj,"getAssembly")

# }

Run the code above in your browser using DataLab