Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • extracting certain scaffolds from SAM file

    Hi,

    I tried to extract only those reads from a SAM file that mapped to larger scaffolds. I did this with

    >grep -f list_of_large_scfs.txt alignment.sorted.sam > aln.large_scfs.sam

    I wanted to parse the output file to cufflinks, but I keep getting the error that the file isn't sorted correctly, even if I sort them with sort -k 3,3 -k 4,4n.

    Does anyone know what could be happening here?

  • #2
    Cufflinks probably isn't actaully checking to see if the file is sorted. It's probably looking to see if the file has a header that says its sorted. There are a few ways around this, probably using Picard to sort the .bam is the best, and Picard will put the sorted header on there. There are other ways to edit the header.

    Using grep on a .sam file is a little silly. All things being equal, you don't want to work with large .sam files, you'd rather work with compressed .bam files. SAMTools or BEDTools should have been able to filter your .bam given a list of chromosomes you wanted, without having to work with a huge .bam file.

    You also realize that if your reads were processed as paired end, unmapped reads are given the mapping coordiantes of their mapped mate? So by simply grepping for the chromosome, you are including a lot of unmapped reads whose mates did map to the chromosomes you specified.

    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...
      04-22-2024, 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, Today, 11:49 AM
    0 responses
    11 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Yesterday, 08:47 AM
    0 responses
    16 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    61 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    60 views
    0 likes
    Last Post seqadmin  
    Working...
    X