How to remove repeats on galaxy
0
0
Entering edit mode
3.3 years ago
pt.taklifi ▴ 60

hello everyone ,

I am analyzing fastq files on galaxy. I aligned fastq files to hg38 reference genome using bowtie2 and produced BAM files. now I want to remove alpha satellite repeats, Alu repeats, ribosomal DNA repeats, and other repeat regions. I think -k 1 -D 20 -R 3 -N 1 -L 20 -i S,1,0.50 -X 2000 –rg-id options in bowtie2 removes these repeats however I'm not sure how to do this task on galaxy

I would appreciate your help

alignment repeats galaxy • 720 views
ADD COMMENT
1
Entering edit mode

Hi, do you mean specific elements or just repetitive regions where reads will not uniquely map in general? If you want to remove multimappers then filtering for a MAPQ using samtools view (the -q option) might do the trick very easily.

ADD REPLY
1
Entering edit mode

I'm not sure how to do this task on galaxy

Please ask on Galaxy help forum here: https://help.galaxyproject.org/

ADD REPLY
0
Entering edit mode

install bowtie2 as admin and check if these options are available under advanced options.

ADD REPLY

Login before adding your answer.

Traffic: 1945 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6