Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Consensus Calling BCFTOOLS PacBio gaps

    Dear community,
    I mapped reads from targeted sequencing (PacBio ccs) to a reference (BMA mem - local alignment because I got inverse PCR reads). Most often the complete reference is not covered. I'd like to get one consensus sequence, since the second variant will never show up (diploid organism). My aim is to get something like this:
    ATTTGATTTAGG-ATTGT-----------------ATGCTTCGTAT-T
    At the moment
    1. Seems like gaps are filled by the reference which I like to avoid
    2. looking at one locus in IGV I found that in one position the reference has an A, my reads are 172 gap, 2 C, 2 A, 1 T and mpileup is calling a T???!

    Here are the commands I use:
    Code:
    system "bcftools mpileup -x -P Pacbio -e 5 -f $ARGV[0].fasta $ARGV[0].sort.bam|bcftools call -m -Oz -o $ARGV[0].TESTvcf.gz";
    #-M output site where REF allele is N
    system "tabix $ARGV[0].TESTvcf.gz";
    system "cat $ARGV[0].fasta | bcftools consensus $ARGV[0].vcf.gz > $ARGV[0].cns.TESTfa"
    Could anybody help me which parameters I have to change (I also tried -M)? I tried a few but nothing gave me the output I expected.

    Thanks in advance!

  • #2
    Please help me people, is the question to simple or do the 120 readers have no idea as well?

    Comment


    • #3
      Okay, I now might know why bcftools fails (to many real gaps in long reads which might be sorted out then). Any other suggestions? I do not find an up to date best practice for GATK3/4 or did anyone of you ever used freebayes for issues like that?

      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 on Modified Bases...
        Today, 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, 04-11-2024, 12:08 PM
      0 responses
      37 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      41 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      35 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      54 views
      0 likes
      Last Post seqadmin  
      Working...
      X