This function aligns reads using bowtie
| 1 2 | alignBowtie(fastq, output, bowtiepath, bowtieref, shortreads, threads,
  verbose = TRUE, nlines = 10000)
 | 
| fastq | full path to fastq file | 
| bowtiepath | full path to bowtie | 
| bowtieref | full path to bowtie reference | 
| threads | the number of threads to be used for bowtie alignment | 
| verbose | boolean whether or not to print command | 
| nlines | the number of lines to look at to determine the scoring method | 
| arguments | arguments to give to bowtie | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.