View source: R/preprocess_reads.r
preprocess_stamp | R Documentation |
Preprocess raw reads using cutadapt and my little perl script.
preprocess_stamp( metadata, raw_column = "raw_fastq", trimmed_column = "trimmed_fastq", index_column = "index_table", output = NULL )
metadata |
Sample metadata. |
column |
Metadata column containing the locations of the raw reads. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.