PlotGroups: PlotGroups

View source: R/Visualization.R

PlotGroupsR Documentation

PlotGroups

Description

PlotGroups

Usage

PlotGroups(
  object = NULL,
  group = NULL,
  combine = FALSE,
  ncol = 2,
  text_size = 20,
  point_size = 2,
  alpha = 1,
  low_color = "gray",
  high_color = "tomato",
  legend_position = "right",
  legend_point_size = NULL,
  order = TRUE,
  palette = NULL,
  ...
)

Arguments

object

Seurat object with calculated UMAP

group

Labels to use as colors.

combine

Whether the plots should be combined

ncol

If plots are combined, the number of columns of the final plot.

text_size

Size of text.

point_size

Size of points.

alpha

Transparency of points.

low_color

Color for background points.

high_color

Color for main points.

legend_position

Positions of plot legends.

legend_point_size

Size of legends' points.

order

Whether the points should be ordered.

palette

Color pallete to use.

...

Arguments passed to other methods.


MartinLoza/RNAseqAnalysis documentation built on March 18, 2022, 2:13 a.m.