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
            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
          • seqadmin
            Strategies for Sequencing Challenging Samples
            by seqadmin


            Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
            03-22-2024, 06:39 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          18 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          22 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          17 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-04-2024, 09:00 AM
          0 responses
          49 views
          0 likes
          Last Post seqadmin  
          Working...
          X