| 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 read function.
treatmentnumeric vector denoting control and test samples
.Dataa list of
methylRaw objects
data(methylKit) #applying functions designed for methylRaw on methylRawList object lapply(methylRawList.obj,"getAssembly")