dimUMAPPlot | R Documentation |
This function allows to perform UMAP visualization of gene of interest list.
dimUMAPPlot( data_object, nPC = 30, gene_oi, group_column, plotname = NULL, repel = FALSE, filePATH = NULL, fileName = NULL )
data_object |
Input PALMO S4 object. Contains annotation table and single cell data stored as Seurat scRNA object. |
nPC |
Number of PCAs to be used for UMAP, Default is 30 |
gene_oi |
Genes of interest to explore, required |
group_column |
User-defined group name column from annotation table or Seurat annotation column. Example, group_column='celltype' (required) |
plotname |
User-defined output file name (required) |
repel |
UMAP plot with labels repel=TRUE. Default FALSE |
filePATH |
User-defined output directory PATH Default, current directory |
fileName |
User-defined file name, Default outputFile |
UMAP plot
## Not run: dimUMAPPlot(data_object=pamo_obj, nPC=15, gene_oi=stable_gene, group_column='celltype', plotname='stable') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.