Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lukas1848
    Member
    • Jun 2011
    • 54

    #1

    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?
  • swbarnes2
    Senior Member
    • May 2008
    • 910

    #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

    • SEQadmin2
      Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
      by SEQadmin2



      CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

      Despite this, “CRISPR helped turn genome editing from a specialized technique into
      ...
      07-31-2026, 11:01 AM
    • SEQadmin2
      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
      by SEQadmin2


      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

      The systematic characterization of the human proteome has
      ...
      07-20-2026, 11:48 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 08-13-2026, 12:22 PM
    0 responses
    21 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-11-2026, 10:35 AM
    0 responses
    18 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-06-2026, 07:41 AM
    0 responses
    33 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-03-2026, 10:13 AM
    0 responses
    50 views
    0 reactions
    Last Post SEQadmin2  
    Working...