PlotExprThrTab: PlotExprThrTab

Description Usage Arguments Value

View source: R/Viz.R

Description

This function from a seurat object, takes the gene expression of a single gene and provides a vizualization for thresholding and corresponding descritized tabulation.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
PlotExprThrTab(
  SeuratObj,
  GeneName = NULL,
  CutThresh = NULL,
  PlotBar = T,
  MetaDataName = NULL,
  TitleExtra = "",
  PlotHist = F,
  col_vector = col_vector
)

Arguments

SeuratObj,

A Seurat object.

GeneName,

the Gene name of interest.

CutThresh,

cutting threshold.

TitleExtra,

title from user.

Value

plot with ggplot tabulated bar plots.


bimberlabinternal/OOSAP documentation built on Jan. 19, 2021, 2:47 a.m.