Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • aer
    replied
    Thank you very much for the advice!

    Leave a comment:


  • Jim Robinson
    replied
    IGV & Bigwig / bigbed

    Hi,

    I realize this is an old thread, but the latest IGV release (2.0.3) now supports reading bigwig and bigbed files directly, either local or remote.

    -- Jim

    Leave a comment:


  • aer
    replied
    Hi ulz_peter,
    thank you very much! The BigBed conversion worked and the IGV tool was a very good advice. With IGV I can work with my BAM files and it works very well.
    Thanks again to all!

    Leave a comment:


  • ulz_peter
    replied
    Hi aer.

    As faras as I know, the chrom.sizes is a text-based file having chromosome names in the first column and it's size in the second. I used the chromInfo.txt file from UCSC Genome browser for the bed to BigBed Conversion, it can be downloaded here (hg19 version):


    I don't remember if you need to delete the third column before using it with the conversion tools...

    Leave a comment:


  • biznatch
    replied
    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

    Leave a comment:


  • aer
    replied
    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!

    Leave a comment:


  • ulz_peter
    replied
    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...

    Leave a comment:


  • aer
    replied
    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!

    Leave a comment:


  • biznatch
    replied
    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.

    Leave a comment:


  • Bruins
    replied
    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.

    Leave a comment:


  • JohnK
    replied
    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.

    Leave a comment:


  • aer
    replied
    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!

    Leave a comment:


  • ulz_peter
    replied
    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...

    Leave a comment:


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

    Leave a comment:


  • Gangcai
    replied
    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.

    Leave a 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
24 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
25 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
21 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-04-2024, 09:00 AM
0 responses
52 views
0 likes
Last Post seqadmin  
Working...
X