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
      Recent Advances in Sequencing Analysis Tools
      by seqadmin


      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
      05-06-2024, 07:48 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Yesterday, 06:57 AM
    0 responses
    12 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-06-2024, 07:17 AM
    0 responses
    16 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-02-2024, 08:06 AM
    0 responses
    19 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-30-2024, 12:17 PM
    0 responses
    24 views
    0 likes
    Last Post seqadmin  
    Working...
    X