PerformDifferentialExpression | R Documentation |
This is designed to perform DE using edgeR on a pseudobulked seurat object
PerformDifferentialExpression(
fit,
contrast,
contrast_name,
logFC_threshold = 1,
FDR_threshold = 0.05,
test.use = "QLF",
showPlots = T
)
fit |
The glm fit object generated by PerformGlmFit |
contrast |
The contrast, passed directly to edgeR::glmQLFTest or edgeR::glmLRT |
contrast_name |
A name for the contrast |
logFC_threshold |
The min logFC |
FDR_threshold |
The min FDR to report |
test.use |
Can be either QLF or LRT. QLF runs edgeR::glmQLFTest, while LRT runs edgeR::glmLRT |
showPlots |
Boolean determining if the volcano plots and p value dsitributions should be shown. |
A list with the differential_expression results, volcano ggplot object and pvalue_dist ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.