SpatialPlot {SlideCNA}R Documentation

Spatial plots of meta data

Description

This function will plot information about beads and bins on x and y coordinates

Usage

SpatialPlot(
  dat_long,
  vars = NULL,
  text_size,
  title_size,
  legend_size_pt,
  legend_height_bar,
  plot_directory
)

Arguments

dat_long

data.table of bead expression intensities per gene with metadata in long format

vars

character vector of features to plot/columns of metadata

text_size

Ggplot2 text size

title_size

Ggplot2 title size

legend_size_pt

Ggplot2 legend_size_pt

legend_height_bar

Ggplot2 legend_height_bar

plot_directory

output plot directory path

Value

None


[Package SlideCNA version 0.1.0 Index]