quickEnhancers | R Documentation |
A convenient wrapper to the function CAGEfightR::quickEnhancers()
.
quickEnhancers(object)
## S4 method for signature 'CAGEexp'
quickEnhancers(object)
object |
A |
The CAGEr
object will be converted to a format similar to the output
of CAGEfightR::quantifyCTSSs()
, and then passed to the quickEnhancers
function.
A RangedSummarizedExperiment
object. See the example below on
how to attach it to the experiment list of a CAGEexp
object.
At the moment the conversion is expensive as it goes from DataFrame
of Rle
to data.frame
to matrix
.
Other CAGEr object modifiers:
CTSStoGenes()
,
CustomConsensusClusters()
,
aggregateTagClusters()
,
annotateCTSS()
,
cumulativeCTSSdistribution()
,
distclu()
,
getCTSS()
,
normalizeTagCount()
,
paraclu()
,
quantilePositions()
,
resetCAGEexp()
,
summariseChrExpr()
# Can not run as long as the test data has nothing on the minus strand!
## Not run:
quickEnhancers(exampleCAGEexp)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.