Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Enhancing a classification job

    Hi everyone, hopefully someone can help me with a problem do I have...

    I have Ilumina reads that were mapped against human and mouse, I run picard to separate the Aligned and unaligned reads in two SAMs files (for human and mouse), and also I wrote a perl script to obtain the first column of the SAMs file (the tags) in order to know which reads were shared betwen human and mice (I used the comm command).

    So, the problem is, that I already have a txt file with the tags specific to human and mouse and I want to recover that reads from the SAM files, however it tends to be a problem of order N*M, I test something like:

    grep -f tags.txt reads.sam > output.sam

    However it consumes a huge amount of RAM, and the procces is killed by the sysadmin, in the other hand, I wrote a perl script that opens the SAM file and opens the tags file and compare line per line if is in the tags file but is taking so much time...

    I also was planning to order the tags numerically to enhance the time, but the id is recognized as string and when I sort the tags file it gives something as:
    _9985022_#CTTGTA
    _9986968_#CTTGTA
    _9987522_#CTTGTA
    _999011_#CTTGTA
    _9990461_#CTTGTA
    _9991472_#CTTGTA
    _9994415_#CTTGTA
    _9994569_#CTTGTA
    _999553_#CTTGTA
    _9999187_#CTTGTA

    So, if someone knows a better way to do recover the reads I really would apreciate if tell me how

    Thanks in advance for your help
    Amhed

  • #2
    Solved

    It seems that using a hash consumes much memory, however the process is faster enough.
    Thanks

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