annotateCTSS: Annotate and compute summary statistics

Description Usage Arguments Value Author(s) See Also Examples

Description

annotateCTSS annotates the CTSS of a CAGEexp object and computes annotation statistics.

annotateConsensusClusters annotates the consensus clusters of a CAGEr object.

Usage

 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)

Arguments

object

CAGEexp object (CAGEsets are not supported).

ranges

A GRanges object, optionally containing gene_name, type and transcript_type metadata.

Value

annotateCTSS returns the input object with the following modifications:

annotateConsensusClusters returns the input object with the same modifications as above.

Author(s)

Charles Plessy

See Also

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

Examples

1
2
3
4
5
6

CAGEr documentation built on Jan. 17, 2021, 2 a.m.