Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • GATK RealignerTargetCreator -B and -D options

    The GATK RealignerTargetCreator has two options for inputting data about known SNPs:



    java -Xmx1g -jar /path/to/GenomeAnalysisTK.jar \
    -T RealignerTargetCreator \
    -R /path/to/reference.fasta \
    -o /path/to/output.intervals \
    [-I /path/to/input.bam] \
    [-L intervals] \
    [-B:snps,VCF /path/to/SNP_calls.vcf] \
    [-B:indels,VCF /path/to/indel_calls.vcf] \
    [-D /path/to/dbsnp.rod]
    Explanation of Arguments
    The -L option is used to restrict the search to a specific region or set of regions instead of the whole genome.
    The -o argument is used to specify the list of intervals being output and that should in turn be passed to the realigner in the next step.
    The -B snps binding would be used to pass in SNP calls so that the target creator can find clustered SNPs.
    The -B indels and dbsnp bindings would be used to pass in known indel sites for the realigner to target.

    I don't understand the difference between the -B and the -D options. I have used the -B option often with this file (from the GATK resource bundle):

    00-All.vcf

    I saw that the resource bundle also has a file called "dbsnp_132.b37.vcf", and I'm tempted to use that with the -D option, but I really don't know what I'm doing with that. Does anyone understand the difference between these options?

    Thank you.

    Eric

  • #2
    I think
    Code:
    -D <file name>
    was the old way of doing
    Code:
    -B:dbsnp,VCF <file name>
    But now (with the latest version of GATK), it looks like the -B option is deprecated? Now I think you want to use:
    Code:
    -known:dbsnp,VCF <file name>
    I could be wrong, especially about the recent changes. If I am, someone please correct me

    Given that they're the same option, I doubt giving it two different files is a good idea (I bet it will crash if you try).
    Last edited by yasashiku; 10-03-2011, 09:21 AM.

    Comment

    Latest Articles

    Collapse

    • 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
    • seqadmin
      Current Approaches to Protein Sequencing
      by seqadmin


      Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
      04-04-2024, 04:25 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Today, 11:49 AM
    0 responses
    11 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Yesterday, 08:47 AM
    0 responses
    16 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    61 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    60 views
    0 likes
    Last Post seqadmin  
    Working...
    X