DEGAnalysis_DESeq2 | R Documentation |
do DEG analysis using samples with replicates by DESeq2.
DEGAnalysis_DESeq2(
countMatrix,
group,
useFDR = F,
cut = 0.05,
FCcut = 2,
control = "Manually_select",
treat = "Manually_select",
outdir = NULL
)
countMatrix |
input count matrix, rows are genes and columns are samples |
group |
group dataframe, first column: sample ID, second column: group name |
useFDR |
whether to use FDR to define significant DEG |
cut |
significant P value threshold, is useFDR is set , FDR is used |
FCcut |
Fold Change threshold |
control |
control group name, used as denominator in Fold Change calculation |
treat |
treat group name, used as numerator in Fold Change calculation |
outdir |
output file directory |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.