Save Salmon QC to Xlsx

save_salmon_qc_xlsx(
  metajsons,
  salmon_qc_xlsx = NULL,
  adj_target_reads = 7.5e+07,
  verbose = FALSE,
  ...
)

Arguments

metajsons

data.frame output from get_salmon_meta()

salmon_qc_xlsx

character path to file to be saved.

adj_target_reads

numeric number indicating the target number of sequence reads per row, used to define color gradient range.

verbose

logical indicating whether to print verbose output.

...

additional arguments are passed to underlying functions.

See also

Other jam nextgen sequence functions: get_salmon_meta(), get_salmon_root(), parse_salmon_flenfile()