Description Usage Arguments Value Examples
Builds hash table from FASTA file containing database.
| 1 | buildHashTable(fasta_soubor, k = 10)
 | 
| fasta_soubor | FASTA file containing database | 
| k | number of bases the database is divided into | 
List containing list of pointers, list of indexes and list of sequence headers
| 1 | buildHashTable("database.fasta", k=10)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.