Description Usage Arguments Value Examples
The function returns a subset of data contained in the
methylKit
objects.
1 | select(x,i)
|
x |
an
|
i |
a numeric or logical vector. This vector
corresponds to bases or regions contained in
|
a methylBase
,methylRaw
or
methylDiff
object depending on the input
object.
1 2 3 4 5 6 7 8 9 | data(methylKit)
# selects first hundred rows, returns a methylRaw object
subset1=select(methylRawList.obj[[1]],1:100)
# selects first hundred rows, returns a methylBase object
subset2=select(methylBase.obj,1:100)
# selects first hundred rows, returns a methylDiff object
subset3=select(methylDiff.obj,1:100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.