Bowtie - Mapping
0
0
Entering edit mode
9.5 years ago

Hi,

I am a new student in bioinformatics.

I am trying to start using Bowtie2 to map libraries to a particular genome to observe unique tags. Can someone help me with this? If so I can elaborate a little on what I am specifically looking at.

Hope someone will reach out to me :D

Ash

mapping bowtie • 2.3k views
ADD COMMENT
1
Entering edit mode

You need to align those reads against the reference genome using bowtie2 and then check is they are aligned uniquely. Check this post: Best Way To Get Truly Unique Reads In Bowtie/Sam?

ADD REPLY
0
Entering edit mode

Thank you.

I need to convert .srt files to fastQ right?

:) Sorry if questions sound silly, Thanks for helping!

ADD REPLY
0
Entering edit mode

Never heard about .srt file. Did you mean .sra ?

First you need to convert whatever format you have to fastq or fasta file format. Then you will have to index your reference genome using bowtie build index and then align fastq or fasta file against the genome. You will get the sam/bam file as output. You can also then process sam/bam file to extract unique reads.

ADD REPLY
0
Entering edit mode

Thanks a lot! It's clear now! :D

ADD REPLY
0
Entering edit mode

convert sra file by sratoolkit (install if you haven't) by

fastq-dump --split-3 <srafile>

have you made bowtie index?

ADD REPLY
1
Entering edit mode

The purpose here is for you to reach out to others. "If so I can elaborate a little on what I am specifically looking at." Specificity in asking your questions is huge, you should include it first, not as an afterthought. Even if you can help inform others with your question, this is helpful. For instance, do you have some reason to suspect that analysis of CAGE libraries is any different than analysis of any general library? (I've never analyzed CAGE data, so I don't know, but I've analyzed tons of other data). Otherwise the answer to your question could be seen in the first part of the bowtie manual, perhaps something as simple as: bowtie -m 1.

ADD REPLY
0
Entering edit mode

No I just meant I was starting to use bowtie... I just randomly try some problems or exercise. I recently read a paper ,so I intended to try it, so I was just clarifying.

The reason Why I didn't elaborate so much at first, I thought it would be too much. Like this, since the answer is simple, not much detail needed, But if to answer anyone needed more specificity I could have discussed further on the exercise I am with. I am a mere beginner and I am using the tutorial. Was just expecting a little additional support.

ADD REPLY

Login before adding your answer.

Traffic: 2438 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