Description Usage Arguments Author(s) See Also Examples
Creates a DESeqDataSet
using the consensus cluster expression
data in the experiment slot consensusClusters
and the sample metadata
of the CAGEexp
object. The formula must be built using factors
already present in the sample metadata.
1 2 3 4 5 6 7 | consensusClustersDESeq2(object, design)
## S4 method for signature 'CAGEset'
consensusClustersDESeq2(object, design)
## S4 method for signature 'CAGEexp'
consensusClustersDESeq2(object, design)
|
object |
A CAGEexp object. |
design |
A formula for the DESeq2 analysis. |
Charles Plessy
DESeqDataSet
in the DESeq2
package.
Other CAGEr clusters functions: CTSSclusteringMethod
,
CTSScumulativesTagClusters
,
CustomConsensusClusters
,
aggregateTagClusters
,
clusterCTSS
,
consensusClustersGR
,
cumulativeCTSSdistribution
,
plotInterquantileWidth
,
quantilePositions
,
tagClusters
1 2 | exampleCAGEexp$group <- c("a", "a", "b", "b", "a")
consensusClustersDESeq2(exampleCAGEexp, ~group)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.