Description Usage Arguments Value Author(s) Examples
Gets a differential methylation table
1 2 3 4 5 6 7 8 |
object |
|
comparison |
character or index of the comparison of the table to retrieve |
region.type |
character or index of the region type of the table to retrieve |
undump |
Flag indicating whether to convert the table into a matrix instead of using the file descriptor.
Only meaningful if the if the objects's |
return.data.frame |
should a data.frame be returned instead of a matrix? |
differential methylation table. See computeDiffMeth.bin.site
and computeDiffMeth.bin.region
for details.
Fabian Mueller
1 2 3 4 5 6 | library(RnBeads.hg19)
data(small.example.object)
logger.start(fname=NA)
dm <- rnb.execute.computeDiffMeth(rnb.set.example,pheno.cols=c("Sample_Group","Treatment"))
dm.promoters <- get.table(dm,get.comparisons(dm)[1],"promoters",return.data.frame=TRUE)
summary(dm.promoters)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.