Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • qnc
    Member
    • Jun 2010
    • 51

    BAM file to Histogram on UCSC Genome Browser

    How do I make a track of a histogram of the coverage of the bam files (Track 4 in the session provided below) I was able to load upto UCSC? Do I need to use BEDTools?

    Here is the session http://goo.gl/7o4Il

    Tracks
    1) Scale: will open on the whole of the long arm of Chr22
    2) AD32 region: Defined region of interest for this investigation
    3) Abhay-Annotations: SNP of interest from BAM file (23,466 recorded)
    4) Chr22 BAM: The bam files aligned
    5) RefSeq Genes: Chr22 genes
    6) Wiki Track: For collaborative working and also shows in purple the SeattleSeq potential mutation changes in areas with a read depth of more than 5

    The rest of the tracks are reference tracks for context and further work.
    7) Omim Genes: Just to see if there are any reported similar diseases in a particular area of interest
    8) Flagged SNP: to eliminate know clinically significant SNPs
    9) Microsatellites: Maybe useful if confirmation work.
    10) STS Markers: Defined anchors again if needed for further investigations
    11) GC%: To help with PCR primer design for further work if needed
    12) CpG Islands: Basic promoter info
    13) Evo CpG: Basic promoters across species
    14) Evolutionary conservation: To see how conserved an area is over species again to help with judging how important a mutant is.

    Any help with this would be appreciated.

    Thanks
  • qnc
    Member
    • Jun 2010
    • 51

    #2
    Also UCSC GB has highlighted changes in the BAM Files. Is it possible to have these in a track as well. It would be good to have Seattle Seq annotations, UCSC annotations and ANNOVAR annotations as different tracks to compare and see what is in agreement with all? If there are other SNP annotations that people want to recommend that would be good to have them as tracks as well.

    And if we could also figure out how to generate a track of the gaps or once we have the histogram areas of low coverage and gaps that would be helpful.

    I have the BAMTools manual and MacOSX but not sure how to get started. Maybe there is a simple pipe for me to get used to using the program. Have limited unix skills but happy to learn.

    Once again thanks.

    Comment

    • mgogol
      Senior Member
      • Mar 2008
      • 197

      #3
      Code:
      genomeCoverageBed -bg -ibam $file.sorted.bam -g sacCer2.fa.fai > file.bedgraph
      
      wigToBigWig file.bedgraph sacCer2.fa.fai file.bw
      There may be a way to put those two together, come to think of it.

      (bash)

      Code:
      wigToBigWig <(genomeCoverageBed -bg -ibam async.sorted.bam -g sacCer2.fa.fai) sacCer2.fa.fai file.bw
      You could also try IGV, which does the histogram for you.

      Comment

      • qnc
        Member
        • Jun 2010
        • 51

        #4
        Thanks for this do I do this in Terminal or X11?

        Is that correct if I need to do this on another unix system let me know.

        Do I need to download any software or will this do this automatically... or do I do this from UCSC GB itself?

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
          by SEQadmin2



          Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
          ...
          Yesterday, 11:10 AM
        • SEQadmin2
          Cancer Drug Resistance: The Lingering Barrier to Rising Survival
          by SEQadmin2



          Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

          There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
          07-08-2026, 05:17 AM
        • 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

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, Yesterday, 10:04 AM
        0 responses
        11 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-08-2026, 10:08 AM
        0 responses
        9 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-07-2026, 11:05 AM
        0 responses
        16 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-02-2026, 11:08 AM
        0 responses
        31 views
        0 reactions
        Last Post SEQadmin2  
        Working...