adapter_trim | R Documentation |
Trim samples with adapter using cutadapt based on the results from quality_test().
adapter_trim(sample, pair, threads = 4, scRNA = FALSE, cutadapt_add = NULL)
sample |
samples with adapter. |
pair |
'single' for single-end (SE) or 'paired' for paired-end (PE) reads. |
threads |
the number of threads to be used. Default is 4. |
scRNA |
logic, whether single-cell RNA-seq is quantified or not. Default is FALSE. |
cutadapt_add |
additional parameters to customize cutadapt to trim adapter. Default is NULL. |
None
adapter_trim(sample = 'test_read_2.fastq', pair = 'paired', scRNA = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.