View source: R/deg_table_ann.R
annotate_markers | R Documentation |
This function allows you to get multiple functional annotations for DE genes for each cell cluster using a Seurat::FindAllMarkers function output
annotate_markers( markers_table, X = 50, method = "gprofiler", organism = "hsapiens", reg = "up" )
markers_table |
The output of the Seurat::FndAllMarkers function, don't change anything in the column names within it. |
X |
How much of the genes you need to analyse in each cluster. 50 is a default. |
organism |
What species you work with? "mmusculus" and "hsapiens" is available in gProfiler. Human is a default. |
table with annotation for each cluster
annotate_markers(stromal_markers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.