View source: R/Seurat.Utils.Visualization.R
qMarkerCheck.BrainOrg | R Documentation |
Generates plots for a predefined or custom set of gene markers within brain organoids, aiding in the quick assessment of their expression across different cells or clusters.
qMarkerCheck.BrainOrg(obj = combined.obj, custom.genes = FALSE, suffix = "")
obj |
Seurat object for visualization; Default: |
custom.genes |
Logical indicating whether to use a custom set of genes.
If FALSE, a predefined list of key brain organoid markers is used; Default: |
suffix |
Suffix for the folder name where the plots are saved; Default: "". |
## Not run:
qMarkerCheck.BrainOrg(combined.obj)
qMarkerCheck.BrainOrg(combined.obj, custom.genes = c("Gene1", "Gene2"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.