plot.reduced.dim: Plot of reduced dimensions and labels

Description Usage Arguments Value

View source: R/plot.reduced.dim.R

Description

Plot of reduced dimensions and labels

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'reduced.dim'
plot(
  object,
  reduction,
  assay,
  clust.method,
  column,
  pt.size = 0.5,
  add.label = TRUE,
  cells = NULL
)

Arguments

object

An IBRAP S4 class object

reduction

Character. Which reduction to use to display points

assay

Character. Which assay within the object to access

clust.method

Character. Which clustering method to access, supply the name of any dataframe contained in the cluster_assignments sections. If you wish to access metadata, just specify 'metadata'

column

Character. Which column to access within the supplied clust.column

pt.size

Numeric. What should the point size be

cells

Numeric. Which cells should be subset for plotting, Default = NULL

Value

A plot of reduced dimensions annotated with assignments


connorhknight/IBRAP_no_decontX documentation built on Feb. 13, 2022, 2:32 p.m.