Description Usage Arguments Details Value References See Also
A wrapper function to run tophat2.
1 |
fq1 |
Path to read1 fastq files |
fq2 |
Path to read2 fastq files |
output.dir |
Output directory |
sample.name |
A character vector for the sample names |
ref.gtf |
Path to reference gtf file |
bowtie.idx |
Path to directory with bowtie indexes and a prefix for the bowtie indexes |
build.transcriptome.idx |
A parameter value for –transcriptome-index in tophat2. A transcriptome index and the associated data files (the original GFF file) can be thus reused for multiple TopHat runs with this option, so these files are only created for the first run with a given set of transcripts. (default=FALSE) |
run.cmd |
Whether to execute the command line (default=TRUE) |
mc.cores |
The number of cores to use. Must be at least one(default=1), and parallelization requires at least two cores. |
tophat_thread_number |
A parameter value for -p in tophat2. A numeric value of the number of threads (default: 4) |
TopHat is a program that aligns RNA-Seq reads to a genome to identify exon-exon splice junctions. It is built on the ultrafast short read mapping program Bowtie.
Aligned BAM files
TopHat2: accurate alignment of transcriptomes in the presence of insertions, deletions and gene fusions
https://ccb.jhu.edu/software/tophat/manual.shtml
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.