Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • vyellapa
    replied
    We were consistently getting better alignment % for shorter read lengths on the same dataset using tophat1.4 ie. there was worse alignment % for 100bp reads compared to 50bp clipped reads from the same dataset. We believe that -N/--initial-read-mismatches option whose default is 2 should be increased for longer read lengths.

    Im trying the tophat1.4.1 for -N/--initial-read-mismatches values =2,3,4 & 5 to align 101bp paired end reads.
    Everything except N=4 aligned without errors.

    I'm getting the following error which looks like a Python error. Did anybody come across this error?

    "[Sat Feb 18 20:48:47 2012] Building Bowtie index from GRCh37_E64_1kg.fa
    Traceback (most recent call last):
    File "/home/vyellapantula/local/bin/tophat", line 3063, in ?
    sys.exit(main())
    File "/home/vyellapantula/local/bin/tophat", line 3029, in main
    user_supplied_deletions)
    File "/home/vyellapantula/local/bin/tophat", line 2501, in spliced_alignment
    m2g_left_maps, m2g_right_maps = mapped_gtf_list
    ValueError: need more than 1 value to unpack"
    Last edited by vyellapa; 02-21-2012, 06:34 PM.

    Leave a comment:


  • Jon_Keats
    replied
    For the transcriptome only alignment you should upgrade to Tophat 1.4.1 as they fixed a bug regarding this limited alignment in the new release.

    Pzumbo,

    Watch using samtools flagstats as you don't know how many of the 369,070 extra aligned reads are unique alignment events. If a read maps to two regions tophat reports those two alignments as two independent events. Picard alignment metrics will give you the unique alignment events compared to the total alignment events reported by samtools

    Leave a comment:


  • pzumbo
    replied
    I observe better alignment rate with tophat 1.4.1 vs 1.3.1.

    On the same read set, I ran tophat-1.3.1 vs tophat-1.4.1.

    tophat-1.3.1
    ~/bin/tophat-1.3.1/tophat -g 1 --segment-length 25 --segment-mismatch 2 -G /home/paz2005/bin/ppbs/references/hg19/annotation/ref/gtf/refFlat.gtf -o /tmp/pz/test/tophat131 hg19 /tmp/pz/test/test.fastq.gz &

    samtools flagstat ./tophat131/accepted_hits.bam
    2504664 + 0 mapped (100.00%:nan%)


    tophat-1.4.1
    ~/bin/tophat-1.4.1/tophat -g 1 --segment-length 25 --segment-mismatch 2 -G /home/paz2005/bin/ppbs/references/hg19/annotation/ref/gtf/refFlat.gtf -o /tmp/pz/test/tophat141 hg19 /tmp/pz/test/test.fastq.gz &

    samtools flagstat ./tophat141/accepted_hits.bam
    2873734 + 0 mapped (100.00%:nan%)


    So, tophat-1.4.1 managed to map 369,070 more reads than tophat-1.3.1.

    Leave a comment:


  • rnaseek
    replied
    Sorry about that and I think you are right. Here is the command that used
    tophat -p 8 -o top_out -T -G <path2GTF> <path2BowTieIndex> --transcriptome-index=transcriptome_data/known <path2FASTQfile>

    Thanks

    Leave a comment:


  • westerman
    replied
    Originally posted by rnaseek View Post
    I think I am not using the "-T" option ciorrectly as I get the error "IOError: [Errno 2] No such file or directory: '-T'".
    Posting your unsuccessful command line might be useful since the rest of us could debug it for you. I suspect that you are using an option that requires additional information (e.g., the --GTF option) and that option is 'swallowing up' the '-T' as its additional input.

    Leave a comment:


  • rnaseek
    replied
    Hi

    I am wondering whether you can share the tophat command that worked successfully for transcriptome only alignment using "-T" option. I am trying use TopHat 1.4.0 with -T option, but could not make it to work. I think I am not using the "-T" option ciorrectly as I get the error "IOError: [Errno 2] No such file or directory: '-T'".

    Thanks

    Leave a comment:


  • Jon_Keats
    started a topic Tophat v1.4.0 (Transcriptome Alignment)

    Tophat v1.4.0 (Transcriptome Alignment)

    Not sure how many people have tried this new version. I'm a big fan of the transcriptome alignment phase this new version includes (ie. Align to transcritopme, then genome, then split remaining reads to attempt alignment to genome) as most mRNAseq reads (60+ percent) will align to known transcriptome references using bwa or your favorite aligner in a very short amount of time. So that is the good news...

    The bad news, at least on my first test run, the sample I tested had 71% alignment using Tophat v1.3.2 and now with the new version, which I expected to increase the percent alignment it dropped to 62%. Oddly the 62% is almost exactly the alignment frequency (63%) I see when I align to transcriptome reference using bwa. Has anyone else noted this odd behavior or percent aligned decreasing with this version?

Latest Articles

Collapse

  • seqadmin
    Exploring the Dynamics of the Tumor Microenvironment
    by seqadmin




    The complexity of cancer is clearly demonstrated in the diverse ecosystem of the tumor microenvironment (TME). The TME is made up of numerous cell types and its development begins with the changes that happen during oncogenesis. “Genomic mutations, copy number changes, epigenetic alterations, and alternative gene expression occur to varying degrees within the affected tumor cells,” explained Andrea O’Hara, Ph.D., Strategic Technical Specialist at Azenta. “As...
    07-08-2024, 03:19 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Yesterday, 06:46 AM
0 responses
9 views
0 likes
Last Post seqadmin  
Started by seqadmin, 07-24-2024, 11:09 AM
0 responses
26 views
0 likes
Last Post seqadmin  
Started by seqadmin, 07-19-2024, 07:20 AM
0 responses
160 views
0 likes
Last Post seqadmin  
Started by seqadmin, 07-16-2024, 05:49 AM
0 responses
127 views
0 likes
Last Post seqadmin  
Working...
X