Description Usage Arguments Value Author(s) See Also Examples
annotateCTSS annotates the CTSS of a CAGEexp object and
computes annotation statistics.
annotateConsensusClusters annotates the consensus clusters
of a CAGEr object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | annotateCTSS(object, ranges)
## S4 method for signature 'CAGEset,ANY'
annotateCTSS(object, ranges)
## S4 method for signature 'CAGEexp,GRanges'
annotateCTSS(object, ranges)
annotateConsensusClusters(object, ranges)
## S4 method for signature 'CAGEset,ANY'
annotateConsensusClusters(object, ranges)
## S4 method for signature 'CAGEexp,GRanges'
annotateConsensusClusters(object, ranges)
|
object |
|
ranges |
A |
annotateCTSS returns the input object with the following
modifications:
The Genomic Ranges of the tagCountMatrix experiment gains an
annotation metadata column, with levels such as promoter,
exon, intron and unknown. If the annotation has a gene_name
metadata, then a genes column is also added, with gene symbols from
the annotation.
The sample metadata gets new columns, indicating total counts in each of
the annotation levels. If the annotation has a gene_name metadata, then
a genes column is added to indicate the number of different gene symbols
detected.
annotateConsensusClusters returns the input object with the same
modifications as above.
Charles Plessy
CTSStoGenes, and the exampleZv9_annot example data.
Other CAGEr object modifiers: CTSStoGenes,
CustomConsensusClusters,
aggregateTagClusters,
clusterCTSS,
cumulativeCTSSdistribution,
getCTSS, normalizeTagCount,
quantilePositions,
summariseChrExpr
Other CAGEr annotation functions: plotAnnot,
ranges2annot, ranges2genes,
ranges2names
1 2 3 4 5 6 | library(SummarizedExperiment)
annotateCTSS(exampleCAGEexp, exampleZv9_annot)
colData(exampleCAGEexp)
annotateConsensusClusters(exampleCAGEexp, exampleZv9_annot)
consensusClustersGR(exampleCAGEexp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.