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
                  Addressing Off-Target Effects in CRISPR Technologies
                  by seqadmin






                  The first FDA-approved CRISPR-based therapy marked the transition of therapeutic gene editing from a dream to reality1. CRISPR technologies have streamlined gene editing, and CRISPR screens have become an important approach for identifying genes involved in disease processes2. This technique introduces targeted mutations across numerous genes, enabling large-scale identification of gene functions, interactions, and pathways3. Identifying the full range...
                  08-27-2024, 04:44 AM
                • seqadmin
                  Selecting and Optimizing mRNA Library Preparations
                  by seqadmin



                  Sequencing mRNA provides a snapshot of cellular activity, allowing researchers to study the dynamics of cellular processes, compare gene expression across different tissue types, and gain insights into the mechanisms of complex diseases. “mRNA’s central role in the dogma of molecular biology makes it a logical and relevant focus for transcriptomic studies,” stated Sebastian Aguilar Pierlé, Ph.D., Application Development Lead at Inorevia. “One of the major hurdles for...
                  08-07-2024, 12:11 PM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by seqadmin, 08-27-2024, 04:40 AM
                0 responses
                16 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 08-22-2024, 05:00 AM
                0 responses
                293 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 08-21-2024, 10:49 AM
                0 responses
                135 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 08-19-2024, 05:12 AM
                0 responses
                124 views
                0 likes
                Last Post seqadmin  
                Working...
                X