Indexing vs Mapping
0
0
Entering edit mode
5.4 years ago
la_ff • 0

Hi everyone, I am trying to map some genomes using BBMap. What is indexing a genome? And how does it tie in with mapping? Do you need an indexed genome in order to map? From what I understand it is like building a table of contents for a book so you can find something with ease. What does that mean in terms of mapping sequences? Do you compile a "chapter" (index) of similar sequences?

I'm very new at bioinformatic so a basic explanation would be very helpful! Thank you!

bbmap index mapping • 874 views
ADD COMMENT
0
Entering edit mode

To Index a genome is to create an index that allows for quick random access to its sequences. See this thread: what is the purpose of indexing a genome

Mapping (to) a genome is the process of mapping (aligning) sequencing reads to a genome. Most aligners will prefer that the genome being aligned to be indexed. Most aligners also have the capability of creating an index if one does not already exist, as indexing is a pretty inexpensive process.

ADD REPLY

Login before adding your answer.

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