scatter_meta_plot: Tailored scatter plot of metadata

View source: R/utils_plot.R

scatter_meta_plotR Documentation

Tailored scatter plot of metadata

Description

This function creates a scatter plot to assess feature to feature relationships

Usage

scatter_meta_plot(
  seu,
  features = c("nFeature_RNA", "nCount_RNA", "percent.mito"),
  pt.size = 1.2
)

Arguments

seu

Seurat object (required).

features

Vector of features in metadata to plot.

pt.size

Point size.

Value

A ggplot2 list with all combinations of elements in features

Author(s)

C.A.Kapourani C.A.Kapourani@ed.ac.uk


andreaskapou/SeuratPipe documentation built on Nov. 22, 2022, 4:16 p.m.