Description Usage Arguments Details Value References
Identifies differentially expressed genes between two groups of cells using DESeq2
1 2 3 4 5 6 | DESeq2Test(sub_data, min_gene_expressed, min_valid_cells,
contrast = unique(sub_data$compare_group), test = "Wald",
fitType = "parametric", sfType = "ratio", betaPrior = FALSE,
quiet = FALSE, modelMatrixType = "standard",
minReplicatesForReplace = 7, useT = FALSE, minmu = 0.5,
parallel = FALSE, BPPARAM = bpparam())
|
sub_data |
Count data removed cell_type and selected certain two compare_group |
min_gene_expressed |
Genes expressed in minimum number of cells |
min_valid_cells |
Minimum number of genes detected in the cell |
contrast |
String vector specifying the contrast to be tested against the log2-fold-change threshold |
test |
either "Wald" or "LRT", which will then use either
Wald significance tests (defined by |
fitType |
either "parametric", "local", or "mean"
for the type of fitting of dispersions to the mean intensity.
See |
sfType |
either "ratio", "poscounts", or "iterate"
for teh type of size factor estimation. See
|
betaPrior |
whether or not to put a zero-mean normal prior on
the non-intercept coefficients
See |
quiet |
whether to print messages at each step |
modelMatrixType |
either "standard" or "expanded", which describe
how the model matrix, X of the GLM formula is formed.
"standard" is as created by |
minReplicatesForReplace |
the minimum number of replicates required
in order to use |
useT |
logical, passed to |
minmu |
lower bound on the estimated count for fitting gene-wise dispersion
and for use with |
parallel |
if FALSE, no parallelization. if TRUE, parallel
execution using |
BPPARAM |
an optional parameter object passed internally
to |
This test does not support pre-processed genes. To use this method, please install DESeq2, using the instructions at https://bioconductor.org/packages/release/bioc/html/DESeq2.html
A matrix of differentially expressed genes and related statistics.
Love MI, Huber W and Anders S (2014). "Moderated estimation of fold change and dispersion for RNA-seq data with DESeq2." Genome Biology. https://bioconductor.org/packages/release/bioc/html/DESeq2.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.