GeneExpDESeq2 | R Documentation |
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.
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:
CTSScoordinatesGR()
,
CTSScumulativesTagClusters()
,
CTSSnormalizedTpmDF()
,
CTSStagCountDF()
,
GeneExpSE()
,
consensusClustersGR()
,
expressionClasses()
,
filteredCTSSidx()
,
genomeName()
,
inputFiles()
,
inputFilesType()
,
librarySizes()
,
sampleLabels()
,
seqNameTotalsSE()
,
tagClustersGR()
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.