Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • samtools mpileup output file format?

    at first, I install samtools by ubuntu software center. samtools of old version.

    when i command 'samtools pileup -vcf ref.fasta aln.sorted.bam > aln_result'

    then samtools make aln_result file and it shows the raw indel/snp information which is not corresponding reference.


    i reinstalled ubuntu and i installed samtools by downloading from sourceforge.net(latest version)

    as you know, 'pileup' option is deprecated and replaced with 'mpileup' option.

    I just followed 'Manual Reference Pages - samtools', my command line is like this;

    samtools mpileup -C50 -gf ref.fasta aln.sorted.bam > file1(it's compressed binary file)
    bcftools index file1
    bcftools view file1 chr*:****-**** > out.vcf
    bcftools view -vc file1 > out.vcf 2 > out.afs

    I couldn't open file1 because it's binary format and out.vcf shows snp/indel but cannot recognize ref.fasta so only dot('.') is shown at the REF column.

    where am i wrong?(reference file is absolutely normal as i know. when i use tview option, the reference sequence is shown well)

    is it right to input file1 to in.bcf at using bcftools?
    Attached Files

  • #2
    The file you posted has the reference column filled in and an X in the ALT column, presumably due to the low depth. There are dots in the ID and FILTER fields

    Comment


    • #3
      Ah......!!! oh my eyes...^^;;

      thank you!!! and another question...

      what should i do for it?

      you said X in the ALT column due to the low depth, but what should the samtool's standard for judgement be?

      as i know, at some position, it has depth bigger than 100X...

      Comment


      • #4
        dkrtndhkd I have the same problem. How did you fixed it?

        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
        53 views
        0 likes
        Last Post seqadmin  
        Working...
        X