Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • #31
    Originally posted by thinkRNA View Post
    Xi Wang, Thanks for your suggestion. Whats a good program to convert SAM to BAM? I am using bowtie to get SAM formatted data. Thanks so much!

    priyam
    See samtools:


    After you install samtools, use the scrpt:
    Code:
    samtools import <in.ref_list> <in.sam> <out.bam>
    where <in.ref_list> is a TAB-delimited file: Each line must contain the reference name and the length of the reference, one line for each distinct reference; additional fields are ignored. This file also defines the order of the reference sequences in sorting.
    <in.sam> is the SAM file input, and <out.bam> is the BAM file output.
    Xi Wang

    Comment


    • #32
      Originally posted by thinkRNA View Post
      I align my RNA-Seq to mm9 and want to view my reads on UCSC. I am planning on using bigBed file on my webserver just as you describe. I am just lost why would you need the RefSeqAli table?
      We are interested in alternative splicing and reads which bridge exons. Since we align to RefSeq, we use the RefSeqAli file to convert from RefSeq to genomic coordinates. If you've aligned to the genomic coordinates, you don't need to convert the coordinates, but you have lost the reads which cross splice boundaries.

      Comment


      • #33
        You should try TopHat as well, which can align reads spanning exon-exon junctions using a standard genomic reference. You can supply your own junctions or a reference GFF file, but TopHat is also able to identify previously unreported splice junctions.

        Comment


        • #34
          We looked at it when it first came out, and it would have involved making too many changes in our data workflow for too little benefit -- lots and lots of scripts to change

          As things are simplifying with the new Illumina softwares, we might take a look at it again.

          Comment


          • #35
            Igb

            I use IGB extensively for RNA-Seq visualizations, both paired and single reads, read coverage graphs, and for window enrichment analysis. It's quite exceptional and has parsers for most of the commonly used file formats. The folks at UNC at Charlotte http://igb.bioviz.org/ are really pushing the code base. They are building in support for BAM and SAM. (I should say that there are some major problems with using SAM and BAM for RNA-Seq data, see my posts in http://seqanswers.com/forums/showpos...3&postcount=28 )

            I convert most everything to useq bed12 format and use GenoPub to annotate, organize, and distribute my genomic datasets. See http://bioserver.hci.utah.edu/BioInf.../Software:DAS2 for details.

            P.S. IGB was around many years before IGV. Not sure why the folks at the Broad decided to copy it's name.
            Last edited by Nix; 02-22-2010, 08:46 AM.

            Comment


            • #36
              I am the "folks at Broad" so I guess I should respond re the name. I did not copy it, I was actually not aware of IGB. If I had been I assure you another name would have been chosen, it causes much confusion. IGV began its life as a visualizer of aCGH data, and our model was dChip, it grew from there to do other things. I'm not trying to "catch up on functionality", IGV development is driven primarily by internal needs at the Broad.

              Comment


              • #37
                OK. It's good to have all of these choices in visualizations. Lots of cross pollination. I know the GenoViz folks (I'm one too but don't work on IGB directly) are looking at how you've implemented the bp visualization of stacked reads.

                Comment


                • #38
                  Yes, choices are good for everyone. I've learned about IGB recently of course, its very full featured. IGV's focus is different, its a simpler browser with an emphasis on handling big files. There is some overlap of course. Again, the name is very unfortunate, that's my bad.

                  Comment


                  • #39
                    A review summarizes sequence viewers and genome browsers

                    Hi guys,

                    Please see attached.
                    This paper gives a comprehensive summarization.
                    Attached Files
                    Xi Wang

                    Comment


                    • #40
                      You may also want to check this out:



                      We develop SequenceVariantAnalyzer, or SVA, trying to annotate and visualize SNP, INDEL, and larger SVs, with an integrated genome browser:



                      More screenshots here:



                      I need to point out that SVA is designed to annotate and visualize the variants called, but not the short reads.
                      Last edited by Dongliang Ge; 03-04-2010, 08:04 AM.

                      Comment


                      • #41
                        I saw my software, MochiView, on the list of programs for visualizing RNA-Seq data, and thought I'd engage in a bit of self-promotion (because, after all that work, I don't want it to be one of the hundreds of informatics programs that die the grisly death of obscurity ).

                        I recently published a paper about the software, and the website contains a lot of additional information, including a feature list and demo videos. MochiView doesn't cover exactly the same ground as all the other excellent programs in your compiled list, but it does excel in the data visualization and browsing department.

                        I'm still actively working on the software, and I always welcome questions and suggestions!

                        Comment


                        • #42
                          Originally posted by ohomann View Post
                          I saw my software, MochiView, on the list of programs for visualizing RNA-Seq data, and thought I'd engage in a bit of self-promotion (because, after all that work, I don't want it to be one of the hundreds of informatics programs that die the grisly death of obscurity ).

                          I recently published a paper about the software, and the website contains a lot of additional information, including a feature list and demo videos. MochiView doesn't cover exactly the same ground as all the other excellent programs in your compiled list, but it does excel in the data visualization and browsing department.

                          I'm still actively working on the software, and I always welcome questions and suggestions!
                          Thank you very much for providing us this wonderful tool, and letting us know the information.
                          Xi Wang

                          Comment


                          • #43
                            IGB is Integrated Genome Browser and it supports display of RNA-Seq data from BAM files, the feature people reading this forum would probably be most interested in. It can also display annotations in BED format, alignments from blat (PSL), tiling array data, and many other data types. A major difference between it and other genome browsers is that it implements animated zooming, which means the zooming happens dynamically as you operate the zoom sliders. It is highly-configurable - many people use it to make high-quality images for publication. You can change the relative position of tracks, merge minus and plus strand tracks or split them apart, change forground and background colors, change the labels that appear on tracks and above annotations, and so on. It also lets you view data from lots of different genomes via its connections to various Distributed Annotation servers, including the DAS1 server at UCSC. So..if you can see it in the UCSC Genome Browser, then you can also view it in IGB! But IGB also supports visualization of other genomes not supported at UCSC, including many plant genomes, Dicty, E coli, and others. For more information, visit http://www.bioviz.org/igb.

                            Comment


                            • #44
                              Originally posted by aloraine View Post
                              IGB is Integrated Genome Browser and it supports display of RNA-Seq data from BAM files, the feature people reading this forum would probably be most interested in. It can also display annotations in BED format, alignments from blat (PSL), tiling array data, and many other data types. A major difference between it and other genome browsers is that it implements animated zooming, which means the zooming happens dynamically as you operate the zoom sliders. It is highly-configurable - many people use it to make high-quality images for publication. You can change the relative position of tracks, merge minus and plus strand tracks or split them apart, change forground and background colors, change the labels that appear on tracks and above annotations, and so on. It also lets you view data from lots of different genomes via its connections to various Distributed Annotation servers, including the DAS1 server at UCSC. So..if you can see it in the UCSC Genome Browser, then you can also view it in IGB! But IGB also supports visualization of other genomes not supported at UCSC, including many plant genomes, Dicty, E coli, and others. For more information, visit http://www.bioviz.org/igb.
                              Thank you for the great improvement! It's really quite useful in RNA-seq and other researches. I will update the first post in this thread.
                              Xi Wang

                              Comment

                              Latest Articles

                              Collapse

                              • seqadmin
                                Current Approaches to Protein Sequencing
                                by seqadmin


                                Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                                04-04-2024, 04:25 PM
                              • seqadmin
                                Strategies for Sequencing Challenging Samples
                                by seqadmin


                                Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
                                03-22-2024, 06:39 AM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by seqadmin, 04-11-2024, 12:08 PM
                              0 responses
                              31 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 04-10-2024, 10:19 PM
                              0 responses
                              33 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 04-10-2024, 09:21 AM
                              0 responses
                              28 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 04-04-2024, 09:00 AM
                              0 responses
                              53 views
                              0 likes
                              Last Post seqadmin  
                              Working...
                              X