Description Usage Arguments Support for compressed input files Author(s) References
Calls the TopHat executable to align input reads.
1 2 3 4 5 6 7 8 | ## Default S3 method:
tophat(bowtieRefIndexPrefix, reads1=NULL, reads2=NULL, gtf=NULL,
transcriptomeIndexPrefix=NULL, mateInnerDist=NULL, mateStdDev=NULL, optionsVec=NULL,
..., outPath="tophat/", command="tophat", verbose=FALSE)
## Default S3 method:
tophat1(..., command="tophat")
## Default S3 method:
tophat2(..., command="tophat2")
|
bowtieRefIndexPrefix |
A |
reads1 |
(required) A |
reads2 |
(optional; paired-end only) A |
gtf |
(optional) A GTF pathname. |
mateInnerDist, mateStdDev |
(optional; paired-end only) The expected mean and standard deviation of the inner distance between mate pairs. |
optionsVec |
Vector of named options to pass to the executable. |
... |
(Not used) |
.
outPath |
Directory where result files are written. |
command |
The name of the executable. |
verbose |
See |
TopHat (>= 1.3.0), which was released June 2011, handles FASTQ files that have been compressed by gzip (or bzip2) [1]. If not supported, this method will give an informative error message about it.
Henrik Bengtsson, Taku Tokuyasu
[1] TopHat - A spliced read mapper for RNA-Seq, 2015. http://ccb.jhu.edu/software/tophat/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.