save_histograms: Save sequence histogram visualizations to image files

View source: R/io.R

save_histogramsR Documentation

Save sequence histogram visualizations to image files

Description

Take a full results list and save a histogram (via histogram) of each sample to a separate image file in a specified directory.

Usage

save_histograms(
  results,
  dp,
  image.func = "png",
  width = 1600,
  height = 1200,
  res = 150
)

Arguments

results

list of results as created by analyze_dataset.

dp

output directory path.

image.func

name of function to call for saving each image.

width

integer width of image.

height

integer height of image.

res

integer resolution of image in PPI.


ShawHahnLab/chiimp documentation built on Aug. 20, 2023, 1:41 a.m.