Entering edit mode
7.7 years ago
jitendoshi2006
•
0
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.
what is the purpose of indexing a genome
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.
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.
You can use the same bowtie2 commands supplied here for indexing the contigs as long as they are in fasta format.
You need to put your contigs in fasta format and then run bowtie2-build as example given by Mehmet .