Description Usage Arguments Details Value References See Also
A wrapper function to run bowtie2.
1 |
fq1 |
Path to read1 fastq files |
output.dir |
Output directory |
sample.name |
A character vector for the sample names |
bowtie.idx |
Path to bowtie index files |
mc.cores |
The number of cores to use. Must be at least one(default=1), and parallelization requires at least two cores. |
run.cmd |
Whether to execute the command line (default=TRUE) |
Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequences. Bowtie2 is used only for single-end sequencing data.
Aligned SAM files
Fast gapped-read alignment with Bowtie 2
http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.