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
        Genetic Variation in Immunogenetics and Antibody Diversity
        by seqadmin



        The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
        11-06-2024, 07:24 PM
      • seqadmin
        Choosing Between NGS and qPCR
        by seqadmin



        Next-generation sequencing (NGS) and quantitative polymerase chain reaction (qPCR) are essential techniques for investigating the genome, transcriptome, and epigenome. In many cases, choosing the appropriate technique is straightforward, but in others, it can be more challenging to determine the most effective option. A simple distinction is that smaller, more focused projects are typically better suited for qPCR, while larger, more complex datasets benefit from NGS. However,...
        10-18-2024, 07:11 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 11-08-2024, 11:09 AM
      0 responses
      222 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 11-08-2024, 06:13 AM
      0 responses
      163 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 11-01-2024, 06:09 AM
      0 responses
      80 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 10-30-2024, 05:31 AM
      0 responses
      27 views
      0 likes
      Last Post seqadmin  
      Working...
      X