Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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

  • #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


    • #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


      • #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

        • seqadmin
          Recent Advances in Sequencing Analysis Tools
          by seqadmin


          The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
          Yesterday, 07:48 AM
        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          04-22-2024, 07:01 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Today, 06:57 AM
        0 responses
        9 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, Yesterday, 07:17 AM
        0 responses
        14 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 05-02-2024, 08:06 AM
        0 responses
        19 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-30-2024, 12:17 PM
        0 responses
        23 views
        0 likes
        Last Post seqadmin  
        Working...
        X