Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Adding NGS data to the UCSC genome browser

    Hi everybody,
    I´m a phd student from Germany analyzing the functional mechanism of a transcription factor and trying to find out new target genes. We used ChIP-seq analysis to identify the new target genes. Now, I´m trying to work with and understand the NGS data: using the UCSC genome browser I would like to see the differences between my sample and the negative control. By adding new cumstom tracks I can upload one set of data in wig format (=one chromsome).
    Can anybody tell me how I am able to upload TWO sets of data in wig format to the UCSC genome browser so I can se the differences between the sample and control???
    Thanks a lot!

  • #2
    Just upload both of them to UCSC (submit one file each time), then you can see both of them on Genome Browser.

    Comment


    • #3
      Thank you! But I still have a problem: First, I uploaded the data for the X-chromosome for my sample. When finished the page "manage custom tracks" appears. I marked the data with an x and clicked on "add custom tracks" and submitted the data for the X-chromosome for my negative control. But after a while this error pops up: needMem: trying to allocate 528709463 bytes (limit: 500000000). What can I do?

      Comment


      • #4
        Did you do the Wig to bigWig conversion. This is recommended for large datasets. A tool to convert the file can be downloaded here:



        hope that helps...

        Comment


        • #5
          That means the wig file is too large to be submitted to UCSC. You can try to convert wig file to bigwig by the wigToBigWig program provided by UCSC. Hope it works.

          Comment


          • #6
            Thanks a lot!
            But these applications are only for Linux or MacOSX. Are there any conversion programs running on a Windows platform (32 Bit)???

            Comment


            • #7
              You could download the jksrc.zip package which contains the source code of each of the utilities
              (http://hgdownload.cse.ucsc.edu/admin/jksrc.v245.zip) and compile them with a native Windows C-Compiler (actually I don't know any but that should be easy to find using Google).
              Other solution would be the installation of cygwin (http://www.cygwin.com/) and emulation of a linux terminal within windows. You should be able to start the bigTobigWig program within Cygwin.

              Hope that helps...

              Comment


              • #8
                Thank you! But unfortunately I wasn´t really successful..
                I heard about installing the UCSC genome browser locally, then I should be able to handle my data in wig format I was told. Does anybody know something about the possibility to install the UCSC genome browser to you local pc??? Or how to do it???
                Thanks a lot!

                Comment


                • #9
                  Originally posted by aer View Post
                  Hi everybody,
                  I´m a phd student from Germany analyzing the functional mechanism of a transcription factor and trying to find out new target genes. We used ChIP-seq analysis to identify the new target genes. Now, I´m trying to work with and understand the NGS data: using the UCSC genome browser I would like to see the differences between my sample and the negative control. By adding new cumstom tracks I can upload one set of data in wig format (=one chromsome).
                  Can anybody tell me how I am able to upload TWO sets of data in wig format to the UCSC genome browser so I can se the differences between the sample and control???
                  Thanks a lot!
                  i would convert thy wig files to .bw format and get thee self a host of some sort so thee can upload thy bigWigs to thou's server and then thy may hurriedly view thy data set without having to endure the painful wait when uploading .wigs to UCSC.

                  Comment


                  • #10
                    Originally posted by JohnK View Post
                    i would convert thy wig files to .bw format and get thee self a host of some sort so thee can upload thy bigWigs to thou's server and then thy may hurriedly view thy data set without having to endure the painful wait when uploading .wigs to UCSC.
                    Also, getting your local UCSC browser seems like a great idea, but you have 32 bits windows. That just might be a problem. Haven't installed UCSC locally myself but if it does work on your local win it'll be veeeeeeeeeeeery slow I think.

                    Eh, as for the 'I need Linux' problem: google into the wonderful world of dual boot or vmware. I can help you with dual boot, but have no experience with vmware. Ubuntu would be a nice choice. Having your own linux lying around somewhere helps in NGS.

                    Comment


                    • #11
                      How big is your wig file? Is it a variableStep or fixedStep wig? Unless you have very, very few data points, a fixedStep will be a smaller file, about half the size of variable in my experience, since the fixed step has 1 column of data and the variable step has 2. All my fixedStep .wig files (1 per chromosome), are maximum a few hundred mb, which is under the 500mb UCSC Browser limit (although even files close to but under the limit may not work, but I haven't had any problems).

                      After generating my .wig files I compress them with gzip to .gz files, then each is about 5-15mb per file. They upload quickly, but it takes a minute or 2 for the UCSC genome browser to process them.

                      Galaxy can convert wig to bigwig, I haven't tried it though.

                      I don't know if it works for bigwig files, but for my wig and bed files I sometimes upload them to dropbox and use the sharing link to upload them to UCSC. Usually this is when someone else in my lab wants to view the files, so I can just send them the link.

                      I've looked in to it very briefly, but setting up your own local UCSC genome browser looks like it really takes some know how...although I've only been using linux for 2 months so maybe it's not that bad. Anyways, one of the things I like about the Browser is all the other available tracks, which I guess you'd then have to download so that might negate some of the advantage.
                      Last edited by biznatch; 01-27-2011, 01:45 PM.

                      Comment


                      • #12
                        Hi biznatch,
                        my wig files are about 350MB to 750MB, depends on the chromosome. But the point is that I would like to upload to sets of data and this is always above the 500mb-limit of the UCSC browser. What´s the difference between fixedStep and variableStep wig file?
                        Is it possible to upload zipped data files??? I have to try..
                        By the way, I haven´t been successful in converting my wig files into bigwig.. I will have a look on Galaxy, thank you very much!

                        Comment


                        • #13
                          Short question:
                          What about the great standalone genome browsers (IGV, Savant, GenomeBrowse, IGB, ...)
                          At least IGV and Savant are capable of displaying WIG files as well as BAM files from Alignments.

                          IGV: http://www.broadinstitute.org/software/igv/
                          Savant: http://www.savantbrowser.com/

                          As these are Java programs they work in Windows as well (IGV even comes with a BAT windows startscript, don't know for sure for Savant)
                          You can keep your data on your computer even without extensive memory.

                          If you need additional data from the UCSC Genome Browser you can download it via the Table Browser function as a bed file and display it within IGV or Savant as well.

                          That's the way I would probably go...

                          Comment


                          • #14
                            Thanks for the list with alternative genome browsers! IGV looks very promising..

                            I have one more question to the wig to bigWig conversion: What is "chrom.sizes" or where can I found the needed information for this?
                            Thanks!

                            Comment


                            • #15
                              Originally posted by aer View Post
                              Hi biznatch,
                              my wig files are about 350MB to 750MB, depends on the chromosome. But the point is that I would like to upload to sets of data and this is always above the 500mb-limit of the UCSC browser. What´s the difference between fixedStep and variableStep wig file?
                              Is it possible to upload zipped data files??? I have to try..
                              By the way, I haven´t been successful in converting my wig files into bigwig.. I will have a look on Galaxy, thank you very much!
                              You can upload zipped files, but I've found that if the unzipped version of the file is over 500mb it still won't work. This is because the UCSC browser allocates a certain amount of time to process each uploaded file, and the time taken to unzip and process the file will take too long.

                              The UCSC browser help section describes the difference between fixed and variable step wig files. http://genome.ucsc.edu/goldenPath/help/wiggle.html

                              Comment

                              Latest Articles

                              Collapse

                              • 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
                              • seqadmin
                                Techniques and Challenges in Conservation Genomics
                                by seqadmin



                                The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

                                Avian Conservation
                                Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
                                03-08-2024, 10:41 AM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by seqadmin, Yesterday, 06:37 PM
                              0 responses
                              10 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, Yesterday, 06:07 PM
                              0 responses
                              10 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 03-22-2024, 10:03 AM
                              0 responses
                              51 views
                              0 likes
                              Last Post seqadmin  
                              Started by seqadmin, 03-21-2024, 07:32 AM
                              0 responses
                              67 views
                              0 likes
                              Last Post seqadmin  
                              Working...
                              X