| methylRawList-class {methylKit} | R Documentation |
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 methRead function.
treatmentnumeric vector denoting control and test samples
.Dataa list of
methylRaw objects
methylRawList(...)combine multiple methylRaw objects supplied in ... into a methylRawList object.
data(methylKit) #applying functions designed for methylRaw on methylRawList object lapply(methylRawList.obj,"getAssembly")