Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • gatk python script

    Hi NGS users,
    anyone could say me where i can find the python script of GATK (ConvertTableToAnnotatorRod.py, GenerateTranscriptToInfo.py...)?

    Thanks a lot,
    ME

  • #2
    Yes I know where you can get, the problem is that it's not public yet

    Comment


    • #3
      thanks a lot.
      I have to generate rod file for depth coverage in all exon of all genes in a whole-exome bam file (according to http://www.broadinstitute.org/gsa/wi...It_Was_Created instruction).
      Any idea about fix this problem?

      Comment


      • #4
        So I guess we are trying to do the same analysis

        I think, you don't need rod files anymore, you should use VCF files instead

        To calculate the depth of coverage:



        You will need:

        -R /path/to/your/reference.fasta
        -I /path/to/your/bam_file.bam
        -o /path/to/your/output_file

        And the intervals ...

        -L /path/to/your/intervals.interval_list

        Comment


        • #5
          You are right, we are performing the same analysis.
          Ok, I'm already using the depth coverage v3.
          As interval list what do you use?
          I have a whole exome. Can I use the bed file?
          How can i select the specific gene for calculate the coverage in each single exon?

          Thanks a lot again!!!!
          :-)

          Comment


          • #6
            I'm still looking at an efficient way to do this too. I use samtools view and perl to create a table for each sample (.bam) with for each region (so in this case exon coordinates):

            - average coverage in region
            - percentage bases covered by at least 1
            - percentage bases covered by at least 5
            - etc

            But still searching for a way to store this efficiently while being able to compare it between any sample (whether whole-exome or any other capture design). If you do it for each exon, there's around 600.000 of them to calculate the stats for..

            Comment


            • #7
              Originally posted by m_elena_bioinfo View Post
              You are right, we are performing the same analysis.
              Ok, I'm already using the depth coverage v3.
              As interval list what do you use?
              I have a whole exome. Can I use the bed file?
              How can i select the specific gene for calculate the coverage in each single exon?

              Thanks a lot again!!!!
              :-)
              Yes sure you can use the .bed file. You should have a .bed file with all targeted regions (exons regions). Set in depthofcoverage the option -L exons.bed.
              If you want to have a specific coverage (of exons) for each gene you can provide an interval list with custom coordinates of the exons of your gene.

              Instead if you want only the coverage of all genes use the option -genelist.

              Comment


              • #8
                Originally posted by Seq84 View Post
                If you want to have a specific coverage (of exons) for each gene you can provide an interval list with custom coordinates of the exons of your gene.
                Hi,

                is it also possible to use the GRanges object from the R package GenomicRanges as an interval list of exons/gernes?

                Thanks

                A.

                Comment

                Latest Articles

                Collapse

                • seqadmin
                  Recent Developments in Metagenomics
                  by seqadmin





                  Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
                  09-23-2024, 06:35 AM
                • seqadmin
                  Understanding Genetic Influence on Infectious Disease
                  by seqadmin




                  During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

                  Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
                  09-09-2024, 10:59 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by seqadmin, 10-02-2024, 04:51 AM
                0 responses
                11 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 10-01-2024, 07:10 AM
                0 responses
                19 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 09-30-2024, 08:33 AM
                0 responses
                24 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 09-26-2024, 12:57 PM
                0 responses
                18 views
                0 likes
                Last Post seqadmin  
                Working...
                X