export_path should be the path to an export folder containing component data files for multiplex samples. A component levels report is created for the samples and saved in the source directory.

component_levels_report(
  export_path = NULL,
  quantiles = 0.999,
  export_data = FALSE
)

Arguments

export_path

Path to a directory containing component_data files.

quantiles

Quantiles to show in the histograms and use for signal-to-noise calculations.

export_data

If true, save a data file for each pairs plot with the data for the plot.

Details

If two or more quantiles are provided, the report will include an signal-to-noise table showing the ratio of the highest quantile to the lowest.