Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • how ro see adapter contamination in Illumina reads

    I have illumina read file..which is bacterial DNA sequence...I have used geneious software to assembly it, while assembly I have found that there was vector contamination and it was removed by software since I have given trimming option and I got 1,610 contigs.

    but now I am performing the same assembly by using velvet. I have my fastqc report and according to that report sequence duplication level is bad, overrepresented sequences and kmer content showing warning. (I have attached these three files) So, I reached to conclusion that I have adapter contamination on the basis of the sequence I have got in overrepresented sequences. I have seen that GATCGGAAGAGC is adapter contamination because I have seen it in adapter files provided to custmoer given by illumina technology.

    Problem is my PI asked me to find that adaptor contamination sequence in my reads, which I was not able to So, he asked me que. that why can't u find it?? I am new to de novo assembly, I dont know what am I supposed to answer and he gave me 1 hrs. to find it. Please help!!!

  • #2
    Originally posted by paa6 View Post
    I have illumina read file..which is bacterial DNA sequence...I have used geneious software to assembly it, while assembly I have found that there was vector contamination and it was removed by software since I have given trimming option and I got 1,610 contigs.

    but now I am performing the same assembly by using velvet. I have my fastqc report and according to that report sequence duplication level is bad, overrepresented sequences and kmer content showing warning. (I have attached these three files) So, I reached to conclusion that I have adapter contamination on the basis of the sequence I have got in overrepresented sequences. I have seen that GATCGGAAGAGC is adapter contamination because I have seen it in adapter files provided to custmoer given by illumina technology.

    Problem is my PI asked me to find that adaptor contamination sequence in my reads, which I was not able to So, he asked me que. that why can't u find it?? I am new to de novo assembly, I dont know what am I supposed to answer and he gave me 1 hrs. to find it. Please help!!!
    try
    Code:
    $ grep -c 'GATCGGAAGAGC' reads.fastq
    $ grep -c reads.fastq | awk '{print $1/4}'
    then you will get an estimation of the contaminant ratio.

    for adapter trimming, I suggest using skewer. For your case, you don't need to specify the adapter sequence since it's the same as the default TruSeq3 adapter sequence.

    Good luck!

    Comment


    • #3
      Originally posted by relipmoc View Post
      try
      Code:
      $ grep -c 'GATCGGAAGAGC' reads.fastq
      $ grep -c reads.fastq | awk '{print $1/4}'
      then you will get an estimation of the contaminant ratio.

      for adapter trimming, I suggest using skewer. For your case, you don't need to specify the adapter sequence since it's the same as the default TruSeq3 adapter sequence.

      Good luck!
      THanks for the quick reply!! I have typed $ grep -c 'GATCGGAAGAGC' reads.fastq
      and I got 28875..what is this mean??
      also I am doing SE assembly while skewer is for PE...
      Last edited by paa6; 03-09-2014, 10:42 PM.

      Comment


      • #4
        You can type grep --help for a brief description of OPTIONS for grep.

        -c, --count only print a count of matching lines per FILE
        The result you got was 28875, suggesting that 28875 reads contained the substring of 'GATCGGAAGAGC' - which is most likely adapter contamination.

        Comment


        • #5
          Originally posted by yueluo View Post
          you can type grep --help for a brief description of options for grep.



          The result you got was 28875, suggesting that 28875 reads contained the substring of 'gatcggaagagc' - which is most likely adapter contamination.
          ohh ok thanks!!!

          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, Today, 07:03 AM
          0 responses
          10 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-10-2024, 06:35 AM
          0 responses
          30 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-09-2024, 02:46 PM
          0 responses
          38 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-07-2024, 06:57 AM
          0 responses
          31 views
          0 likes
          Last Post seqadmin  
          Working...
          X