Description Usage Arguments Details Author(s)
VizAnnotatedMarkers
creates Seurat FeaturePlots (and other
visualizations) for lists of marker genes associated with a given annotation.
1 2 3 4 |
scrna |
Seurat object. |
marker.df |
Dataframe with two columns named "Set" and "Marker". The "Set" column should contain a cell or process-type (e.g. Tcell, Bcell, Exhaustion markers, etc.) while the "Marker" column contains the comma-delimited gene symbols associated with it. |
outdir |
Path to output directory. |
idents |
String or character vector containing |
vln |
Boolean indicating whether to create Seurat VlnPlots for each set. Splits by cell idents. |
ridge |
Boolean indicating whether to create Seurat RidgePlots for each set. Splits by cell idents. |
dot |
Boolean indicating whether to create Seurat DotPlots for each set. Splits by cell idents. |
heatmap |
Boolean indicating whether to create a Seurat Heatmap for each set. Splits by cell idents. |
vln.params |
List of keyword arguments to be passed to
|
ridge.params |
List of keyword arguments to be passed to Seurat
|
dot.params |
List of keyword arguments to be passed to Seurat
|
heatmap.params |
List of keyword arguments to be passed to Seurat
|
... |
Arguments to be passed to Seurat |
Plots for each annotation set will be output to a PDF that will be dynamically sized and named based on the name and number of markers for the set. New directories will be created for each set in the output directory.
Jared Andrews
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.