Skip to contents

Visualize landmark-trajectory correlations with UMAP plots

Usage

PlotLandmarkObject(
  landmark_obj,
  order = TRUE,
  pt.size = 0.5,
  alpha = 0.8,
  plot.featureplot = FALSE,
  ncol = NULL
)

Arguments

landmark_obj

Landmark object from BuildLandmarkObject

order

Whether to order points by expression

pt.size

Point size for plots

alpha

Point transparency

plot.featureplot

Whether to create feature plots

ncol

Number of columns for faceting

Value

List of ggplot objects