plot_mapper: plot_mapper

View source: R/mapperMethods.R

plot_mapperR Documentation

plot_mapper

Description

Generates plots of the network color-coded by each of the specified markers.

Usage

plot_mapper(
  mapper,
  markers = colnames(mapper$centroids),
  path = NULL,
  device = "png"
)

Arguments

mapper

Existing mapper object.

markers

A subset of the marker names.

path

The path where plots are saved.

device

The device used for image encoding. Supports png for bitmaps, pdf for vector graphics.


matei-ionita/flowMapper documentation built on Oct. 17, 2023, 9:45 p.m.