PlotFeatThrTab: PlotFeatThrTab

View source: R/Visualizations_Seurat_based.R

PlotFeatThrTabR Documentation

PlotFeatThrTab

Description

This function from a seurat object, takes the feature selected and provides a vizualization for thresholding and corresponding descritized tabulation.

Usage

PlotFeatThrTab(
  SerObj,
  FeatName = NULL,
  CutThresh = NULL,
  PlotBar = T,
  MetaDataName = NULL,
  TitleExtra = "",
  PlotHist = F,
  col_vector = col_vector
)

Arguments

SerObj

A Seurat object.

FeatName

the Feature name of interest.

CutThresh

cutting threshold.

TitleExtra

title from user.

Value

plot with ggplot tabulated bar plots.


eisascience/scCustFx documentation built on June 2, 2025, 3:59 a.m.