Learn R Programming

methylKit (version 0.99.2)

show,methylBase-method: show method for methylKit classes

Description

The show method works for methylRaw,methylRawDB, methylRawList,methylRawListDB, methylBase,methylBaseDB and methylDiff objects

Usage

# S4 method for methylBase
show(object)

# S4 method for methylRaw show(object)

# S4 method for methylRawList show(object)

# S4 method for methylDiff show(object)

# S4 method for annotationByGenicParts show(object)

# S4 method for annotationByFeature show(object)

# S4 method for methylRawDB show(object)

# S4 method for methylRawListDB show(object)

# S4 method for methylBaseDB show(object)

# S4 method for methylDiffDB show(object)

Arguments

object

any methylKit object

Examples

Run this code
# NOT RUN {
data(methylKit)
methylDiff.obj
show(methylDiff.obj)



# }

Run the code above in your browser using DataLab