Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • GATK indel settings help please

    Dear all,
    I am new to GATK and try to test this to look at indels from ILLUMINA nextGen data generated from custom pull down experiments. I have 2 set of files, one "disease" file and one "no-disease"( from the same individual). I know from other experiments that there is a 4pb duplication in the disease sample, I found it as well using SAMTOOLS pileup .

    I wanted to try GATK on the same set of samples and get indels using SomaticIndelDetector.
    I have tried without local realignment first
    java -Xmx2g -jar GenomeAnalysisTK.jar \
    -R ref.fasta \
    -T SomaticIndelDetector \
    -o indels.vcf \
    -verbose indels.txt
    -I:normal normal.bam \
    -I:tumor tumor.bam

    from the output vcf I cannot detect my duplication, I have tried as well in the single file mode (without putting a normal reference file).

    I tried to realign using both RealignerTargetCreator and IndelRealigner. It appears that this region is called in the RealignerTargetCreator as it is a bit complex.
    I used this for my disease file and did the same thing for the normal file
    java -Xmx2g -jar GenomeAnalysisTK.jar \
    -I input.bam \
    -R ref.fasta \
    -T RealignerTargetCreator \
    -o forIndelRealigner.intervals \

    then I ran IndelRealigner for both files, using the just created forIndelRealigner.intervals .
    java -Xmx4g -jar GenomeAnalysisTK.jar \
    -I input.bam \
    -R ref.fasta \
    -T IndelRealigner \
    -targetIntervals intervalListFromRTC.intervals \
    -o realignedBam.bam \

    With my new realigned Bams I did re-run SomaticIndelDetector , and did not detect any duplication, this region is not called. I have tried as well in the single file mode (without putting a normal reference file), no calls.

    I have checked that this region is not discarded ( as containing too few or too much reads ) ..

    Could you please help/advise for better settings?
    Many thanks

  • #2
    Originally posted by inou13 View Post
    With my new realigned Bams I did re-run SomaticIndelDetector , and did not detect any duplication, this region is not called. I have tried as well in the single file mode (without putting a normal reference file), no calls.
    Have you also tried the UnifiedGenotyper in indel mode on the realigned 'disease' file? (I think the SID is basically the old Indel Genotyper V2, and I get the impression they only keep it in GATK because it has the somatic mode that the UG lacks).

    Comment


    • #3
      HI, thanks for your tip, I can find an indel now 5 pb near where my indel is supposed to be, so somewhat not the sequence and position I expected ... could it be due to the realignment?
      this is the command line I have used for UG
      -jar GenomeAnalysisTK.jar -R /l.fa -T UnifiedGenotyper -l INFO -glm INDEL -o indels_UG.vcf -I /realigned.bam
      thanks

      Comment

      Latest Articles

      Collapse

      • 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
      • seqadmin
        Strategies for Sequencing Challenging Samples
        by seqadmin


        Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
        03-22-2024, 06:39 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      18 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      22 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      46 views
      0 likes
      Last Post seqadmin  
      Working...
      X