Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • samtools view

    Hi,

    I am using samtools view -f option to output mate-pair reads that are properly placed in pair in the bam file.

    My command is as follows: (67,131- first read, second read and 115,179 first , second mapped to reverse complement)

    samtools view -b -f 67 -f 131 -f 179 -f 115 old.bam > new.bam

    But in the new.bam file all i get are the reads with -f 115 flag. I assume that you can't use more than one flag for the view command and that's why the last flag overrules the other flag.

    I can write four samtools view commands , each for one of the flag and merge the bam files but is there any proper or one step way to accomplish the same.
    Also, is merging the right thing to do ?

    Thanks.

  • #2
    Hey I figured it out myself:

    The following commands works:
    samtools view -b -f 67,131,179,115 old.bam > new.bam

    I am sorry for not giving this enough try before posting. I will not delete the post as it may help someone stupid like me in future.

    Comment


    • #3
      Hey I thought I found the solution but I was wrong

      Hi,

      I am using the following samtool view command to output the information about properly placed mate pairs (solid) in the output bam file.

      samtools view -b -f 67,131,179,115 old.bam > new.bam

      -f 67 and -f 115 correspond to first read in the mate pairs that are properly placed on forward strand and reverse strand respectively.

      -f 131 and -f 179 correspond to second read in the mate pairs that are properly placed on forward strand and reverse strand respectively.

      Somehow in the new.bam file I am only getting reads with -f 115 and -f 67 flags (first read in the mate pair). The reads for -f 131 and -f 179 flags are totally missing (second read in the mate pair). When I run samtool flagstat I get something like:

      71398431 + 0 read1
      0 + 0 read2

      Can someone help me with this ? I need both first and second reads of the mate-pair in the output file.

      Thanks.

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