View source: R/dimsum_stage_cutadapt.R
dimsum_stage_cutadapt | R Documentation |
Run cutadapt on all fastq files.
dimsum_stage_cutadapt(
dimsum_meta,
cutadapt_outpath,
report = TRUE,
report_outpath = NULL,
save_workspace = TRUE
)
dimsum_meta |
an experiment metadata object (required) |
cutadapt_outpath |
cutadapt output path (required) |
report |
whether or not to generate cutadapt summary plots (default: TRUE) |
report_outpath |
cutadapt report output path |
save_workspace |
whether or not to save the current workspace (default: TRUE) |
an updated experiment metadata object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.