Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Genotyping problem using VarScan 2

    Hi,

    Tried to use VarScan 2 to get SNP calls (tumor/normal paired samples). However, I don't think the output makes sense.

    For example, the pileup file for the normal looks like,

    chr1 11765 N 6 GgGGGG AG@?AF
    chr1 11766 N 6 TtTTTT AG6:4E
    chr1 11767 N 6 GgGGGG CEBA=F
    chr1 11768 N 6 TtTTTT CF@;AG

    The VarScan 2 output:

    chrom position ref var normal_reads1 normal_reads2 normal_var_freq normal_gt tumor_reads1
    tumor_reads2 tumor_var_freq tumor_gt somatic_status variant_p_value somatic_p_value tumor_reads1_plus
    tumor_reads1_minus tumor_reads2_plus tumor_reads2_minus
    ...

    chr1 11766 N T 0 9 100% T 0 9 100% T Germline 1.101911
    9461502356E-10 1.0 0 0 6 3 0 0 7 2


    Not sure what went wrong when the pileup file show read count is 6 (bold) at location 11766, but the VarScan has a count of 9 (bold).

    Thanks!

  • #2
    Any suggestions?

    By the way, the script I used is,

    java -jar VarScan.v2.3.3.jar somatic pileup.file1 pileup.file2 output.file


    Thanks!

    Comment


    • #3
      Jackken,

      That's a bit puzzling... it looks like you didn't provide a reference to SAMtools mpileup (-f) when generating the pileup file, which is why the reference base is always "N". This can cause some issues in read counting.

      Further, I can't replicate your result if I use the pileup and command that you provided, at least, not without having the tumor pileup. Would you send me your pileup files for tumor and normal?

      Also, we're kind of moving away from the two individual pileup files model for VarScan. It's still supported, but I think you're better off running a single mpileup command with both samples, and then calling VarScan somatic with the --mpileup 1 option:
      samtools mpileup -f reference.fa normal.bam tumor.bam >both.mpileup
      java -jar VarScan.jar somatic both.mpileup both.varScan.output --mpileup 1

      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
      30 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      32 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      28 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      52 views
      0 likes
      Last Post seqadmin  
      Working...
      X