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
            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 on Modified Bases...
            Yesterday, 07:01 AM
          • seqadmin
            Current Approaches to Protein Sequencing
            by seqadmin


            Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
            04-04-2024, 04:25 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          39 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          41 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          35 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-04-2024, 09:00 AM
          0 responses
          55 views
          0 likes
          Last Post seqadmin  
          Working...
          X