Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
Those are experimental values. You should have a good idea of your paired-end distance before doing any mapping. If you can get a good enough idea of that based on genomic (or transcriptomic) mapping distance by running bowtie, maybe you don't need to be running tophat at all....
-
I think the parameters (--mate-inner-dist, --mate-std-dev) are for Tophat only. Bowtie does not need to specify them.
Running bowtie can generate SAM files, which contain information about fragment size. Without pre-running bowtie (or maybe tophat), how can I know the values for --mate-inner-dist and --mate-std-dev to feed in Tophat?
Leave a comment:
-
Those are precisely the options that you apply to the tophat command line to change the expected insert size distribution for Tophat. Tophat takes as arguments the bowtie index (and optionally transcriptome GTF file) together with raw reads in FASTQ format, calling bowtie/bowtie2 internally. You shouldn't need to directly run the other programs in order to use Tophat:
Code:Usage: tophat [options]* <genome_index_base> \ <reads1_1[,...,readsN_1]> [reads1_2,...readsN_2]
Last edited by gringer; 12-01-2013, 03:28 PM.
Leave a comment:
-
How to set Tophat insert size
correctly setting 2 parameters in Tophat:
--mate-inner-dist
--mate-std-dev
should be very important, but i have no idea how to set them without running bowtie (or bowtie2) -> samtools -> picard tools first, which seems a little bit redundant for Tophat.
Does any one have suggestions?
Thanks in advance!!
Latest Articles
Collapse
-
by seqadmin
Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.
Long-Read Sequencing
Long-read sequencing has seen remarkable advancements,...-
Channel: Articles
12-02-2024, 01:49 PM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, Yesterday, 08:24 AM
|
0 responses
10 views
0 likes
|
Last Post
by seqadmin
Yesterday, 08:24 AM
|
||
Started by seqadmin, 12-12-2024, 07:41 AM
|
0 responses
9 views
0 likes
|
Last Post
by seqadmin
12-12-2024, 07:41 AM
|
||
Started by seqadmin, 12-11-2024, 07:45 AM
|
0 responses
15 views
0 likes
|
Last Post
by seqadmin
12-11-2024, 07:45 AM
|
||
Started by seqadmin, 12-10-2024, 07:59 AM
|
0 responses
14 views
0 likes
|
Last Post
by seqadmin
12-10-2024, 07:59 AM
|
Leave a comment: