Description Usage Arguments Value Author(s)
Given a set of alignments, align them to a genome using the GSNAP
algorithm. The GSNAP algorithm contains a number of features making it
a very high quality algorithm for dealing with short reads and those
from RNA-seq data in particular. Via the GsnapParam
class
and the gsnap
function, R users are given complete control over GSNAP.
1 2 3 4 5 6 |
input_a |
A path to the FASTA file containing reads to align against a
|
input_b |
If provided, a path to the FASTA file containing the second set of reads from paired-end sequencing data. |
params |
A |
output |
The output path for the GSNAP alignments. The results
will be saved in |
consolidate |
If GSNAP is run with multiple worker threads, each thread will output its own set of files. If consolidate is set to TRUE, these files will be merged. The default is TRUE. |
... |
Additional arguments to pass to GSNAP not specifically
supported by the |
A GsnapOutput
class.
Michael Lawrence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.