Save Salmon QC to Xlsx
save_salmon_qc_xlsx(
metajsons,
salmon_qc_xlsx = NULL,
adj_target_reads = 7.5e+07,
verbose = FALSE,
...
)
data.frame
output from get_salmon_meta()
character
path to file to be saved.
numeric
number indicating the target
number of sequence reads per row, used to define color gradient
range.
logical
indicating whether to print verbose output.
additional arguments are passed to underlying functions.
Other jam nextgen sequence functions:
get_salmon_meta()
,
get_salmon_root()
,
parse_salmon_flenfile()