deGene | R Documentation |
Analyzes gene-level differential expression using DESeq2 method (Love et al., 2014).
deGene(object,comparePairs=list(c("control","treat")), pval = 0.01,
useMultiCore=FALSE, numCores = NULL)
## S4 method for signature 'TSSr'
deGene(
object,
comparePairs = list(c("control", "treat")),
pval = 0.01,
useMultiCore = FALSE,
numCores = NULL
)
object |
A TSSr object. |
comparePairs |
Specified list of sample pairs for comparison with DESeq2 method. |
pval |
Genes with adjusted p value >= pVal will be returned. Default value = 0.01. |
useMultiCore |
Logical indicating whether multiple cores are used (TRUE) or not (FALSE). Default is FALSE. |
numCores |
Number of cores are used in clustering step. Used only if useMultiCore = TRUE. Default is NULL. |
Large List of elements - one element for each sample
data(exampleTSSr)
deGene(exampleTSSr,comparePairs=list(c("control","treat")), pval = 0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.