Description Slots Constructor Examples
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.
treatment
numeric vector denoting control and test samples
.Data
a list of
methylRaw
objects
methylRawList(...)
combine multiple methylRaw objects supplied in ... into a methylRawList object.
1 2 3 4 | data(methylKit)
#applying functions designed for methylRaw on methylRawList object
lapply(methylRawList.obj,"getAssembly")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.