Description Usage Arguments Value Author(s) See Also Examples
Add a gene expression table in the GeneExpSE experiment slot of an
annotated CAGEexp object. CAGEset objects are not supported.
1 2 3 4 5 6 7 | CTSStoGenes(object)
## S4 method for signature 'CAGEset'
CTSStoGenes(object)
## S4 method for signature 'CAGEexp'
CTSStoGenes(object)
|
object |
A |
The input object with the following modifications:
A new geneExpMatrix experiment containing gene expression levels as
a SummarizedExperiment object with one assay called counts, which
is plain matrix of integers. (This plays better than Rle DataFrames
when interfacing with downstream packages like DESeq2, and since the number of
genes is limited, a matrix will not cause problems of performance.)
New genes column data added, indicating total number of gene symbols
detected per library.
New unannotated column data added, indicating for each sample the
number of counts that did not overlap with a known gene.
Charles Plessy
Other CAGEr object modifiers: CustomConsensusClusters,
aggregateTagClusters,
annotateCTSS, clusterCTSS,
cumulativeCTSSdistribution,
getCTSS, normalizeTagCount,
quantilePositions,
summariseChrExpr
Other CAGEr gene expression analysis functions: GeneExpDESeq2,
ranges2genes
1 2 3 4 | CTSStoGenes(exampleCAGEexp)
all( librarySizes(exampleCAGEexp) -
colSums(SummarizedExperiment::assay(GeneExpSE(exampleCAGEexp))) ==
exampleCAGEexp$unannotated)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.