DESeq2_differential | R Documentation |
Differential analysis by DESEQ2
DESeq2_differential(
rawcount,
group,
prop.expressed.sample = 0.5,
pre.filter = 0,
return.normalized.df = FALSE,
cal.AUC = TRUE
)
rawcount |
Only support raw count. Please note |
group |
factor, first control then experiment |
prop.expressed.sample |
Default 0.5. Proportion of samples have a count greater than pre.filter |
pre.filter |
if filter low expression gene |
cal.AUC |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.