Indexing a genome
1
0
Entering edit mode
7.2 years ago

What does indexing a genome mean? How to index a genome? I have CHO genome from chogenome.org. I want to index the genome since I would like to align my reads from NGS to the genome using Bowtie.

genome sequencing next-gen index • 5.3k views
ADD COMMENT
1
Entering edit mode
ADD REPLY
0
Entering edit mode

Hi, I want to index the contigs of the genome to RNA seq reads. How to index the contigs in Bowtie and in what file format should i use the genome contigs for indexing? Please help with this query.

ADD REPLY
1
Entering edit mode

Bowtie is not splice-aware and thus not appropriate for eukaryotic RNA-seq. You should use a splice-aware aligner such as STAR or BBMap.

ADD REPLY
0
Entering edit mode

You can use the same bowtie2 commands supplied here for indexing the contigs as long as they are in fasta format.

ADD REPLY
0
Entering edit mode

You need to put your contigs in fasta format and then run bowtie2-build as example given by Mehmet .

ADD REPLY
1
Entering edit mode
7.2 years ago
Mehmet ▴ 820

Hi For bowtie2, you need to index a genome, thus the indexed genome will be ready for Tophat2 to run mapping. Bowtie2 will prepare index to make tophat job easy.

for indexing by bowtie2:

bowtie2-build genome.fa indexname

for tophat (alingning reads to genome);

in index name argument in tophat,

just write indexname (you created above).

ADD COMMENT

Login before adding your answer.

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