Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • NSTbioinformatics
    replied
    Li Heng is right. Tablet does not show insertions. As least it happened on my dataset.
    Also both the soft clipping and hard clipping do not show in Tablet. I would prefer to show them in small letters or letter with light color.

    I still think Tablet, is a good viewer, which is faster and user-friendly... It needs much more work and efforts to make it better.

    Leave a comment:


  • imilne
    replied
    Originally posted by lh3 View Post
    Someone was complaining to me that he could not see insertions reported by bwa-sw. I have not tried though. Does tablet show insertions?
    CIGAR insertions?

    If so, then the answer is "kind of". In the current version, Tablet will tag them as features and list their locations in the Features Table for the contig in question. Why? Because we don't really know how to handle them properly (and would certainly welcome any insights) but this seemed like the best short-term solution. It's also why we state support for sam/bam in Tablet is still experimental.

    We did fire off a few emails to folks we hoped could help, including to the samtools mailing list, but so far no one has replied (we're isolated enough up here on the NE coast of Scotland as it is ). I'll ask Gordon (our other Tablet programmer) to post what the issues were again though...

    Iain
    Last edited by imilne; 02-24-2010, 12:51 AM.

    Leave a comment:


  • lh3
    replied
    Someone was complaining to me that he could not see insertions reported by bwa-sw. I have not tried though. Does tablet show insertions?

    Leave a comment:


  • NSTbioinformatics
    replied
    Finally, i modified export2sam.pl in samtool package to a new script of sorted2sam.pl to process s_N_sorted.txt (eland alignment). It works well.
    Now i am able to use Tablet tool to view my alignment. It looks cool.

    Two features i would like to have:
    1. It is better that the base rules will show the number, although the mouse shows where is it.
    2. if we could sort reads by readname, it would be very nice.
    We will see much better of SNPs between samples if reads from the same sample could be ordered together.

    By the way, if someone wants sorted2sam.pl, please email me:[email protected]
    Note: I have tested on single read alignment and not paired end read alignment.

    Leave a comment:


  • imilne
    replied
    Originally posted by orcy View Post
    Any chance for some way to change the scales on the coverage plots.
    Yep, that's something we're actively working on. It might not appear for a version or two, but it's definitely on the drawing board.

    Iain

    Leave a comment:


  • orcy
    replied
    Any chance for some way to change the scales on the coverage plots.

    I really like this browser, and can load enough reads from a SAM to keep me happy, but there just seem to be too few "tweaks" available for the viewer.

    certainly much more memory efficient than IGV in my hands.

    cheers

    Leave a comment:


  • NSTbioinformatics
    replied
    The format of s_N_sorted.txt and s_N_export.txt is for example:
    HW201 91113 5 100 1124 1381 0 1 TTTATCAAGATAATTTTTCGACTCATCAGAAATATCCGAAAGTGTTAACTTCTGCGTCATGGAAGCGATAAAACTC abbbbbbbbbabbbabbabbababaaaaa\aaaaaaaaa``aTa^a`a_a____a
    `_]^^^PY_]RV^UL[BBBBB phiv2.fa 1 R 76 394 645 5246 F
    *****
    machinename\tRunNumber\tLane\tTile\tX coordinate of cluster\t Y coordinate of cluster\t index value\t Read number\tRead\t QualityString\tMatch chromosome\t MatchContig\tNatcgPosition\tMatch strand(F\R)\tMatch Descriptor\tSingle-Read alignment score\t paired-read alignmnet score\t partner chromosome (for second pair only)\t partner contig (for second pair)\t partner offset (for second pair)\t partner Strand (the sconed pair)\tFiltering (Y/N)\n

    *****************
    If imilne could make tablet read eland format, it would be very useful for us, also for users using eland for alignment

    We are looking forward to the update of tablet for that.

    Leave a comment:


  • NSTbioinformatics
    replied
    Actually the format of s_N_sorted.txt is same to the format of s_N_export.txt file. Just s_N_sorted.txt contain the reads passed purity filitering and with a unique alignment. I think it is very useful for us. Otherwise, we have to pasor S_N_export.txt to fetch these reads.

    Leave a comment:


  • NSTbioinformatics
    replied
    Some alignment was done by eland (previous version), We are happy for the alignment and would like to view the alignment. Thus we still need to translate the format for viewing by tablet or use other tools.

    SAMtool may work. I will try it.

    Leave a comment:


  • kmcarr
    replied
    Originally posted by NSTbioinformatics View Post
    Tablet can not open Eland aligment file s_*_sorted.txt. It is pity!!!
    According to the latest Illumina documentation ("CASAVA Software 1.6 User Guide", which also covers GERALD) the s_N_sorted.txt format is being deprecated so you probably shouldn't be basing your pipeline around it. Sorry to be the bearer of bad news.

    Leave a comment:


  • imilne
    replied
    Originally posted by NSTbioinformatics View Post
    Tablet can not open Eland aligment file s_*_sorted.txt. It is pity!!!

    If Tablet can handle more format of input files, it would be very nice.
    Tablet already handles ACE, AFG, SOAP, MAQ, SAM, BAM, FASTA, FASTQ, and GFF files. That's more than a lot of software out there. Of course, there's always room for more, but there's also only so many hours in the day. If you can send me (or point me in the direction) of details on the specification of the format though, we'll see what we can do about it.

    Originally posted by NSTbioinformatics View Post
    By the way, is there any tool could convert s_*_sorted.txt eland alignment file to format which Tablet can read? I failed to use MAQ to convert export2maq.
    I've seen messages talking about converting it into sam, so perhaps samtools can manage?

    Iain

    Leave a comment:


  • NSTbioinformatics
    replied
    Tablet can not open Eland aligment file s_*_sorted.txt. It is pity!!!

    If Tablet can handle more format of input files, it would be very nice.

    By the way, is there any tool could convert s_*_sorted.txt eland alignment file to format which Tablet can read? I failed to use MAQ to convert export2maq.

    Leave a comment:


  • imilne
    replied
    Another update out today - 1.10.02.08

    - NEW: Added (experimental) support for BAM, using in-memory only reading for now, NOT indexed support.
    - NEW: Support for most CIGAR operations, with the positions of Insertions being tagged as features for now.
    - NEW: Displayed consensus sequences now use 8 bytes per base less memory.
    - NEW: Added a (prefs-file only) option to disable all disk caching for maximum performance at the expense of memory.
    - NEW: The Contigs Table now lists read vs consensus mismatch percentage information.
    - CHG: Some miscellaneous changes to cache support to speed up read retrieval.
    - BUG: Fixed a memory-leak problem with display-time objects not being removed after closing a contig.
    - BUG: Tablet now only deletes the cache files it creates, rather than every file in its cache directory.

    This is the first version of Tablet to support BAM, but please note that it is just experimental support. We are currently reading BAM by parsing the entire file (as we do with all other assembly formats within Tablet). This means a large multi-GB file is read entirely by Tablet before display. Although this lets you work with BAM files, it's not ideal, so the next step is to get proper indexed BAM support working. We think we can do this without affecting how Tablet works or the number of assembly formats that it supports.

    Iain

    Leave a comment:


  • imilne
    replied
    We now have a new release out - 1.10.01.28 - with the following new, changed, or fixed features:

    - NEW: Added a right-click "save a summary of read information (per contig)" option to the contigs table.
    - NEW: Tablet can now read from http streams (supported on the command line and the Open Assembly dialog).
    - NEW: Tablet can now read from compressed gzip data streams (http or file).
    - NEW: Features outside the scope of the current contig are now highlighted in red in the Features Table.
    - NEW: Features with a Name= tag in a GFF3 file will now show this name in the Features Table.
    - NEW: Added an option to toggle on or off the use of regular expressions in searches.
    - CHG: The Importing Assembly dialog now shows its progress in MB/s too.
    - CHG: Removed support for consensus tags in ACE files. GFF3 formatted files are now the only way to import features.
    - BUG: Loading the same features file twice will no longer result in duplicate entries.

    Support for BAM is also progressing well, and should be available in the next release if all goes to plan.

    Iain

    Leave a comment:


  • imilne
    replied
    Originally posted by lh3 View Post
    For human data, it would be essential to support BAM natively. By "natively", I mean to directly load BAM alignment without converting it to other formats. Most human alignments are available in BAM on NCBI ftp. It is awkward and inefficient to convert a compressed file of >100GB. In addition, tablet seems not supporting insertion in SAM/BAM probably because unlike ACE/CAF, the viewer must be able to compute padding by itself.

    Except these, tablet looks great!
    Yeah, we're aware of the issues with BAM. We've been having trouble getting the Java API for SAM/BAM working properly (which is why we knocked out a quick and basic SAM-only parser). We're not sure yet what the problem is: Picard might be too strict on the files it accepts, some of the assemblers might not be producing valid files, we might not be using the API correctly, etc. To complicate matters further, we don't actually have anybody here at SCRI generating data in SAM/BAM format either.

    Things have been looking a bit more hopeful this week though, so maybe we'll have it working soon...

    Leave a comment:

Latest Articles

Collapse

  • SEQadmin2
    Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
    by SEQadmin2



    CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

    Despite this, “CRISPR helped turn genome editing from a specialized technique into
    ...
    07-31-2026, 11:01 AM
  • SEQadmin2
    Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
    by SEQadmin2


    Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

    The systematic characterization of the human proteome has
    ...
    07-20-2026, 11:48 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by SEQadmin2, 08-13-2026, 12:22 PM
0 responses
29 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-11-2026, 10:35 AM
0 responses
23 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-06-2026, 07:41 AM
0 responses
38 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-03-2026, 10:13 AM
0 responses
51 views
0 reactions
Last Post SEQadmin2  
Working...