| consensusClustersDESeq2 {CAGEr} | R Documentation |
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.
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
exampleCAGEexp$group <- c("a", "a", "b", "b", "a")
consensusClustersDESeq2(exampleCAGEexp, ~group)