Learn R Programming

methylKit (version 0.9.5)

getAssembly: get assembly of the genome

Description

The function returns the genome assembly stored in any of the methylBase,methylRaw,methylDiff objects

Usage

getAssembly(x)

Arguments

Value

the assembly string for the object

Examples

Run this code
# NOT RUN {
data(methylKit)

getAssembly(methylBase.obj)
getAssembly(methylDiff.obj)
getAssembly(methylRawList.obj[[1]])
# }

Run the code above in your browser using DataLab