limma_differential | R Documentation |
Differential analysis by LIMMA
limma_differential(
df,
group,
rawcount = FALSE,
voom = FALSE,
pre.filter = 0,
prop.expressed.sample = 0.5,
cal.AUC = TRUE
)
df |
raw count or log2(TPM+1), default log2(TPM+1). Must be data.frame, not matrix. |
group |
factor, first control then experiment |
rawcount |
true or false |
voom |
true or false. If library size changed too much. |
pre.filter |
Cutoff for mean log2(TPM) |
prop.expressed.sample |
Default 0.5. Proportion of samples have a count greater than pre.filter |
cal.AUC |
If to calculate AUC |
loonR::limma_differential(tpm.table, group)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.