powered by
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 )
UMAP plot
Input PALMO S4 object. Contains annotation table and single cell data stored as Seurat scRNA object.
Number of PCAs to be used for UMAP, Default is 30
Genes of interest to explore, required
User-defined group name column from annotation table or Seurat annotation column. Example, group_column='celltype' (required)
User-defined output file name (required)
UMAP plot with labels repel=TRUE. Default FALSE
User-defined output directory PATH Default, current directory
User-defined file name, Default outputFile
if (FALSE) { dimUMAPPlot(data_object=pamo_obj, nPC=15, gene_oi=stable_gene, group_column='celltype', plotname='stable') }
Run the code above in your browser using DataLab