CTSStoGenes | R Documentation |
Add a gene expression table in the GeneExpSE
experiment slot of an
annotated CAGEexp
object.
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
annotateCTSS()
.
Other CAGEr object modifiers:
CustomConsensusClusters()
,
aggregateTagClusters()
,
annotateCTSS()
,
cumulativeCTSSdistribution()
,
distclu()
,
getCTSS()
,
normalizeTagCount()
,
paraclu()
,
quantilePositions()
,
quickEnhancers()
,
resetCAGEexp()
,
summariseChrExpr()
Other CAGEr gene expression analysis functions:
GeneExpDESeq2()
,
ranges2genes()
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.