Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Xi Wang
    Senior Member
    • Oct 2009
    • 317

    #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

    • dcjamison
      Member
      • Oct 2008
      • 15

      #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

      • Thomas Doktor
        Senior Member
        • Apr 2009
        • 105

        #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

        • dcjamison
          Member
          • Oct 2008
          • 15

          #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

          • Nix
            Member
            • Jun 2008
            • 60

            #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

            • Jim Robinson
              Member
              • May 2009
              • 75

              #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

              • Nix
                Member
                • Jun 2008
                • 60

                #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

                • Jim Robinson
                  Member
                  • May 2009
                  • 75

                  #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

                  • Xi Wang
                    Senior Member
                    • Oct 2009
                    • 317

                    #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

                    • Dongliang Ge
                      Member
                      • Nov 2009
                      • 21

                      #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

                      • ohomann
                        Junior Member
                        • Nov 2009
                        • 5

                        #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

                        • Xi Wang
                          Senior Member
                          • Oct 2009
                          • 317

                          #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

                          • aloraine
                            Junior Member
                            • May 2010
                            • 5

                            #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

                            • Xi Wang
                              Senior Member
                              • Oct 2009
                              • 317

                              #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

                              • GATTACAT
                                Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                                by GATTACAT
                                Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                                07-01-2026, 11:43 AM
                              • SEQadmin2
                                Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                                by SEQadmin2


                                I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                                Here are nine questions we think about, in roughly the order they matter, before...
                                06-18-2026, 07:11 AM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by SEQadmin2, 07-02-2026, 11:08 AM
                              0 responses
                              25 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 06-30-2026, 05:37 AM
                              0 responses
                              23 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 06-26-2026, 11:10 AM
                              0 responses
                              23 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 06-17-2026, 06:09 AM
                              0 responses
                              55 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...