Description Usage Arguments Author(s) See Also Examples
Creates a DESeqDataSet
using the gene expression
data in the experiment slot geneExpMatrix
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 | GeneExpDESeq2(object, design)
## S4 method for signature 'CAGEset'
GeneExpDESeq2(object, design)
## S4 method for signature 'CAGEexp'
GeneExpDESeq2(object, design)
|
object |
A |
design |
A formula for the DESeq2 analysis. |
Charles Plessy
DESeqDataSet
in the DESeq2
package.
Other CAGEr gene expression analysis functions: CTSStoGenes
,
ranges2genes
Other CAGEr accessor methods: CTSSclusteringMethod
,
CTSScoordinates
,
CTSScumulativesTagClusters
,
CTSSnormalizedTpm
,
CTSStagCountTable
,
CTSStagCount
, GeneExpSE
,
consensusClustersGR
,
genomeName
, inputFilesType
,
inputFiles
, librarySizes
,
sampleLabels
,
seqNameTotalsSE
, tagClusters
1 2 | exampleCAGEexp$group <- factor(c("a", "a", "b", "b", "a"))
GeneExpDESeq2(exampleCAGEexp, ~group)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.