Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • taehee
    Junior Member
    • Sep 2015
    • 9

    bigWig_an error in UCSC genome browser

    Hi all,

    I made a bigWig file from a published ChIP-Seq data using Homer software. And, I uploaded the "trackfileoutput.txt" to UCSC genome browser (on "Paste URLs or data" in Add Custom Tracks). But, I got an error message such as "Error https://dl.dropboxusercontent.com/u/...ucsc.bigWig.bw is not a big wig file").

    The "trackfileoutput.txt" contains the header information that is uploaded as a custom track to UCSC at below;

    track type=bigWig name="tag_forebrain Total Tags = 5.96e+06, normalized to 1.00e+07" description="tag_forebrain Total Tags = 5.96e+06, normalized to 1.00e+07" bigDataUrl=https://dl.dropboxusercontent.com/u/167314749/tag_forebrain.ucsc.bigWig.bw color=15,94,94 visibility=full yLineOnOff=on autoScale=on yLineMark="0.0" alwaysZero=on graphType=bar maxHeightPixels=128:75:11 windowingFunction=maximum smoothingWindow=off

    And as an example, the format of the "tag_forebrain.ucsc.bigWig.bw" is at blow;

    chr1 3000020 3000136 1.45
    chr1 3000197 3000313 2.89
    chr1 3000940 3001056 1.45
    chr1 3001085 3001201 2.89
    chr1 3001741 3001857 1.45
    chr1 3005707 3005823 1.45
    chr1 3008543 3008659 1.45
    chr1 3010571 3010687 1.45
    chr1 3013107 3013190 1.45
    chr1 3013190 3013223 2.89
    chr1 3013223 3013233 1.45

    Does anyone know about this type of issue? Please share your information to resolve my problem. Thank you.

    taehee
  • blancha
    Senior Member
    • May 2013
    • 367

    #2
    That is indeed not a bigWig file.
    It's a bedGraph file.

    A bedGraph file is a text file.
    A bigWig file is the binary version of a bedGraph file.

    UCSC has a command line utility to convert bedGraph files to bigWig files, called bedGraphToBigWig.

    You can also view the bedGraph file in the UCSC Genome Browser, by changing the track type to bedGraph.
    The bigWig files, however, are smaller and indexed, therefore much faster to load and view.

    Comment

    • taehee
      Junior Member
      • Sep 2015
      • 9

      #3
      Thanks a lot blancha! I've uploaded my file as the bedGraph. But, I have one more question for you.

      To convert bedGraph to bigWig, I've downloaded the bedGraphToBigWig from UCSC. And I run the program;

      Taehyuks-MacBook-Proesktop Taehyuk$ bedGraphToBigWig tag_forebrain.ucsc.bedgraph mm10.chrom.sizes tag_forebrain.ucsc.bigwig

      But, I get an error like at below;

      tag_forebrain.ucsc.bedgraph is not case-sensitive sorted at line 2003164. Please use "sort -k1,1 -k2,2n" with LC_COLLATE=C, or bedSort and try again.

      Could you please give me a hint how I can resolve this issue?

      Many thanks!

      taehee

      Comment

      • blancha
        Senior Member
        • May 2013
        • 367

        #4
        The error message could be correct.
        Just check lines 2003163 to 2003165, to determine the problem.

        Code:
        sed -n '2003163, 2003165'p file.bedgraph
        If you see that the only problem is that the chromosomes are not in case-sensitive lexicographical order, just sort them.

        Code:
        LC_COLLATE=C sort -k1,1 -k2,2n file.bedgraph > file_sorted.bedgraph

        Comment

        • taehee
          Junior Member
          • Sep 2015
          • 9

          #5
          Thank you very much for your helps! Now, everything is fine.
          Last edited by taehee; 11-03-2015, 08:39 AM. Reason: wrong spelling

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
            by SEQadmin2


            Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


            The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
            ...
            Yesterday, 10:05 AM
          • SEQadmin2
            Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
            by SEQadmin2


            With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


            Introduction

            Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
            05-22-2026, 06:42 AM
          • SEQadmin2
            Environmental Genomics in the Age of NGS: From Microbes to Conservation Strategies
            by SEQadmin2

            Studying ecosystems means dealing with complex, multi-species communities that are hard to observe at scale. This complexity, however, hides many important questions to be answered, from how biogeochemical cycles work and how climate change can affect species distribution to how conservation strategies can work best.


            Genomics, particularly since the expansion of NGS, has transformed ecosystem ecology. By sequencing environmental DNA, we can now assess biodiversity without direct...
            05-06-2026, 09:04 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, Yesterday, 12:03 PM
          0 responses
          19 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, Yesterday, 11:40 AM
          0 responses
          14 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 05-28-2026, 11:40 AM
          0 responses
          29 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 05-26-2026, 10:12 AM
          0 responses
          31 views
          0 reactions
          Last Post SEQadmin2  
          Working...