Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Has anyone used BBTools package to remove contaminants

    I would like to remove mitochondrial, chloroplast and rDNA contaminants from read data using BBTools - I was wondering if anyone has used BBTools to do this and can share the generic pipeline.

    Thanks in advance.

  • #2
    There is no pipeline needed. You can provide contaminants you want to remove as fasta sequence in a file.

    While you could use `bbduk.sh` you may want to use `bbsplit.sh` in this case to bin the reads into ones you don't want (based on the list above) and the rest. You can find bbsplit thread here.

    Ask if you need information/run into issues.

    Comment


    • #3
      Originally posted by GenoMax View Post
      There is no pipeline needed. You can provide contaminants you want to remove as fasta sequence in a file.

      While you could use `bbduk.sh` you may want to use `bbsplit.sh` in this case to bin the reads into ones you don't want (based on the list above) and the rest. You can find bbsplit thread here.

      Ask if you need information/run into issues.
      Thanks @GenoMax for pointing me to the bbsplit thread

      To elaborate, I would like to remove chloroplast/rDNA/mito contaminants and I was thinking I would do something like

      Code:
      bbmap.sh in=read_1.fq.gz ref=rRNA_Chlor_Mito.fa maxindel=1 minid=0.95 outu=clean_read_1.fq.gz nodisk
      I am basing the above command on a post by Brian here: https://www.biostars.org/p/143019/#210890

      The strategy here is to use the rRNA+Mito+Chloroplast file and map the reads using bbmap, then collect the unmapped reads (clean_read_1.fq.gz) for my downstream analysis.

      I would appreciate any inputs/suggestions to the above bbmap command line options.

      Also, Is it better to use bbsplit instead of bbmap?

      Comment


      • #4
        Hi all

        Any inputs/recommendations on the bbmap command line I am using - Post 3

        Thanks in advance

        Comment


        • #5
          You can certainly use Brian's recommendation above. If you wish to find out how many reads actually map to those individual references (e.g. rRNA, mito etc) then using bbsplit.sh would be useful since it will give you that statistics.

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