Description Usage Arguments Details Value
Genomic alignment using gsnap.
1 | alignReadsChunk(fp1, fp2 = NULL, save_dir = NULL)
|
fp1 |
Path to FastQ file |
fp2 |
Path to second FastQ file if paired end data, NULL if single ended |
save_dir |
Save directory |
Aligns reads in fp1 and fp2 to genome specified via global config variable alignReads.genome. Gsnap output is converted into BAM files and sorted + indexed.
List of alignment files in BAM format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.