methylRawList-class {methylKit}R Documentation

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 methRead function.

Usage

methylRawList(..., treatment)

Slots

treatment

numeric vector denoting control and test samples

.Data

a list of methylRaw objects

Constructor

methylRawList(...)

combine multiple methylRaw objects supplied in ... into a methylRawList object.

Examples

data(methylKit)

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


[Package methylKit version 1.19.0 Index]