PlotBox: Boxplot of features

View source: R/plotting.R

PlotBoxR Documentation

Boxplot of features

Description

Boxplot of features

Usage

PlotBox(
  obj,
  feature,
  group.by,
  fill.by,
  group.subset = NULL,
  fill.subset = NULL,
  pt.size = 0.75
)

Arguments

obj

Seurat object

feature

Feature to plot

group.by

Name of main grouping factor (the x-axis of boxplot)

fill.by

Name of secondary grouping factor (fill color of the boxplot)

group.subset

Plot only a subset of groups (default: NULL)

fill.subset

Plot only a subset of fill groups (default: NULL)

pt.size

Point size (set to zero to hide points)

Value

Boxplot of expression values


yanwu2014/perturbLM documentation built on Aug. 24, 2023, 2:28 p.m.