-
Notifications
You must be signed in to change notification settings - Fork 0
Home
kmviz is a user-friendly web interface for interacting with biological sequence indexes. In a nutshell, it connects to multiple, local or distant, sequence indexes to performs sequence queries. Results can then be explored through tables
, plots
, sequence views
, or even maps
when metadata contains geographical information. Note that representations are fully customizable allowing to make production-grade figures.
Before installing and playing with kmviz, let's quickly introduce the kmviz vocabulary.
-
Query
refers to a pairid
:sequence
. -
Provider
refers to an index engine, e.g. one capable of querying a blast db. -
MetaDB
refers to a db engine, e.g. one capable of load and query.tsv
files. -
Database
refers to a pair of configuredProvider
/MetaDB
.
In short, you select one or more Databases
, you provide one or more Queries
. For each Database
and Query
, the Provider
responds with a list of identifiers matching your Query
, and the MetaDB
returns the metadata associated with these identifiers to finally serves them into the interface.
✉️ teo[dot]lemane[at]genoscope[dot]cns[dot]fr