Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • cwisch88
    Member
    • Jan 2012
    • 15

    Mate Pair QC

    I've been using a combo of fastqc and cutadapt to qc some mate pair libraries we have.

    This is a Truseq LT matepair library

    I'm only interested in pairs that have evidence of the junction adapter.

    Code:
    cutadapt -m 50 -B CTGTCTCTTATACACATCT -B AGATGTGTATAAGAGACAG -b CTGTCTCTTATACACATCT -b AGATGTGTATAAGAGACAG --trimmed-only -o r1.fastq -p r2.fastq A2YH4_R1.fastq  A2YH4_R2.fastq
    This made two separate files that had the junction removed... perfect.

    Now when I run fastqc, I expected to see some adapter to match (because I removed the junctions first).

    I was surprised instead to see such a high kmer bias, none of the kmers seem to quite match an illumina adapter.

    The question is, what explains this kmer bias? Should I just trim the first 45 bases? Is it because I'm dealing with a repetitive plant genome?
    Attached Files
  • cwisch88
    Member
    • Jan 2012
    • 15

    #2
    Looks like some cloning vector snuck in. fastqc didn't put it into the overrepresented sequences table, but that seems to be the problem, now to figure out what it is doing there.

    I figured it out by doing a simple grep of the kmer, then my eyeballs saw there was more adapter there. Blasting confirmed it was a cloning vector.

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Today, 06:09 AM
    0 responses
    11 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-09-2026, 11:58 AM
    0 responses
    33 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    38 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    43 views
    0 reactions
    Last Post SEQadmin2  
    Working...