This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Use of Bowtie2 in NGS

hello everyone can anyone suggest me about the use of Bowtie2 is this tool could be used for contamination removal like adapter, tRNA, rRNA, unambiguous bases in NGS analysis.

rna-seq

Ever heard the expression 'use the right tool for the right job'? There are dedicated tools for adapter removal, rRNA screening etc. from NGS data, why would you necessarily want to use bowtie 2 for that? bowtie 2 is best used for aligning reads to a genome or transcriptome surely?

He doesn't necessarily want to use Bowtie, he just wondered whether it was applicable. I can imagine that when starting now the myriad of tools available can be rather confusing. Although looking up published pipelines will learn you a lot...

Thanks,just I wanted to know whether this tool can also be used to remove such contamination during Illumina based RNAseq analysis or only used to map reads to a reference genome.

2 answers

to remove adaptors and check quality ues one of those

NGS QC Toolkit
FASTX-Toolkit
cutadapt

I would like to add trimmomatic and prinseq to these, those have worked well for me.

Bowtie2 is an aligner to map reads to a reference genome and is probably not suitable for the applications you describe, although it's rather unclear what exactly you aim to achieve.

Thanks DeCoster, just I wanted to know whether this tool can also be used to remove such contamination during Illumina based RNAseq analysis or only used to map reads to a reference genome.

As written by Daniel, there are dedicated tools for things like that. Googling should take you a long way. In general, exceptions exists, tools are good for one job and you'll just chain tools together to get the work done.

Thanks DeCoster, just I wanted to know whether this tool can also be used to remove such contamination during Illumina based RNAseq analysis or only used to map reads to a reference genome.

Log in to answer this question.