Why the genome/transcriptome will be indexed before mapping
2
3
Entering edit mode
7.6 years ago
seta ★ 1.9k

Hi all,

As far as I know, at the first, the genome / transcriptome will be indexed by the related software for mapping, and then mapping will be done. Could you please explain to me what is the concept of indexing and why it should be done? Sorry if you find this question is a dumb one.

Thanks in advance

mapping genome index transcriptome • 2.2k views
ADD COMMENT
2
Entering edit mode

It is similar to the index of a book: it allows fast searches on reduced or compressed, yet useful, information. I like this intro for a friendly introduction on Burrows-Wheeler Transform and FM Index, two common techniques used in bioinformatics.

ADD REPLY
2
Entering edit mode
7.6 years ago
mastal511 ★ 2.1k

It helps the mapping algorithms to work faster. Indexing is like creating a dictionary of where in the genome to find a particular sequence.

ADD COMMENT
1
Entering edit mode
7.6 years ago
ATpoint 82k

If you want details, refer to Ben Langmeads (developer of the bowtie aligners) youtube channel, where he lectures about concepts of sequence alignments, including the purpose and concept of indexing:

https://www.youtube.com/channel/UCrDmN9uRVJR7KM8aRE_58Zw

ADD COMMENT

Login before adding your answer.

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