Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • kevpar
    Junior Member
    • Mar 2010
    • 3

    Filtering out Illumina primer sequence

    Hi,

    Like many I am new to NGS. Currently I'm running through the analysis pipeline for my RNAseq data and find through a quality check in FastQC that I have a number of overepresented sequences, all of which are Illumina primers.

    I have FASTX for preprocessing of this data but there doesn't seem to be an obvious way of filtering these reads out. I was thinking of using the clipper tool but I don't understand how I can get more than one of these sequences filtered at a time.

    This is what I was thinking of using in FASTX but I can't envision how to get rid of more than one primer at a time

    fastx_clipper [-a overepresented sequence] [-D] [-n] [-C] [-o] [-v] [-z] [-i INFILE] [-o OUTFILE]


    Is there a tool for this type of filtering I'm missing? Do most of you even perform this type of filtering? Is it acceptable to just move on to mapping without this type of filtering?
  • pbluescript
    Senior Member
    • Nov 2009
    • 224

    #2
    This is the tool I use and you need to do this if you want to map as many of your reads as possible.
    However, I'm confused about your question. You can filter them out one at a time with a simple shell script that runs the fastx_clipper with the separate primer sequences sequentially.

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Yesterday, 10:09 AM
    0 responses
    9 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    17 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 12:03 PM
    0 responses
    26 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 11:40 AM
    0 responses
    21 views
    0 reactions
    Last Post SEQadmin2  
    Working...