generate_sample_sample_density_plot_list: Generate a list of sample/sample density plots.

Description Usage Arguments Value

View source: R/sample_sample_plot.R

Description

This function is suitable for generating a bunch of sample-sample plots that can then be ggarrange'd to plot out in bulk.

Usage

1
2
3
4
5
generate_sample_sample_density_plot_list(
  x,
  comparisons = NULL,
  main = "Sample-Sample comparisons"
)

Arguments

x

A matrix of samples (columns)

comparisons

A matrix of sample pairings (columns)

main

A title for the plot(s)

Value

A list of plots.


steveneschrich/CLIApet documentation built on March 2, 2021, 12:02 a.m.