Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • RLMIDs vs GSMIDs

    Hello all!
    I'm finally starting to get the hang of sfffile, and am finding some things that I can't explain. For instance, one particular region (a pool of 4 RLMID tagged rapid libraries) on the most recent PTP had 43,949 reads. 43,792 of those got sorted in sff's based on the RLMIDs. Out of curiosity, I sorted using the GSMIDs, and ~15,000 were sorted then. What could be happening?

    [PMGF@PMGF-454 ~]$ sfffile -s GSMIDs /data/R_2012_11_29_16_12_43_FLX05100626_Administrator_Shotgun/sff/HYPJBHH12_Shotgun.sff
    Reading the input SFF file(s)...
    Generating the split SFF file(s)...
    MID1: 3 reads written into the SFF file.
    MID2: 0 reads found.
    MID3: 13 reads written into the SFF file.
    MID4: 10898 reads written into the SFF file.
    MID5: 4660 reads written into the SFF file.
    MID6: 0 reads found.
    MID7: 0 reads found.
    MID8: 0 reads found.
    MID9: 1 reads written into the SFF file.
    MID10: 0 reads found.
    MID11: 0 reads found.
    MID12: 0 reads found.
    MID13: 0 reads found.
    MID14: 0 reads found.
    [PMGF@PMGF-454 ~]$ sfffile -s RLMIDs /data/R_2012_11_29_16_12_43_FLX05100626_Administrator_Shotgun/sff/HYPJBHH12_Shotgun.sff
    Reading the input SFF file(s)...
    Generating the split SFF file(s)...
    RL1: 24344 reads written into the SFF file.
    RL2: 11022 reads written into the SFF file.
    RL3: 3692 reads written into the SFF file.
    RL4: 4734 reads written into the SFF file.
    RL5: 0 reads found.
    RL6: 1 reads written into the SFF file.
    RL7: 0 reads found.
    RL8: 0 reads found.
    RL9: 0 reads found.
    RL10: 0 reads found.
    RL11: 0 reads found.
    RL12: 0 reads found.


    Can the RLMIDs be misinterpreted as GSMIDs, and vice-versa? Any ideas?

    Thank you!

  • #2
    Yes, presumably because by default, up to two mismatches are allowed between the MID and the read. If you try allow only for one error, this should not happen. Either copy the Installation_path/454/config/MIDConfig.parse file to a new location and edit it:
    Code:
    mid = "MID4", "AGCACTGTAG", 2;
    becomes
    Code:
    mid = "MID4", "AGCACTGTAG", 0;
    Then run
    Code:
    sfffile -s GSMIDs -mcf modified_MIDConfig.parse /data/R_2012_11_29_16_12_43_FLX05100626_Administrator_Shotgun/sff/HYPJBHH12_Shotgun.sff
    Or to indicate specific MIDs and allow no errors (adding '/0') run
    Code:
    sfffile -s GSMIDs:mid4/0,mid5/0@/data/R_2012_11_29_16_12_43_FLX05100626_Administrator_Shotgun/sff/HYPJBHH12_Shotgun.sff
    sfffile -s RLMIDs:mid1/0,mid2/0,mid3/0,mid4/0@/data/R_2012_11_29_16_12_43_FLX05100626_Administrator_Shotgun/sff/HYPJBHH12_Shotgun.sff

    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
    51 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