buildHashTable: Build hash dable

Description Usage Arguments Value Examples

Description

Builds hash table from FASTA file containing database.

Usage

1
buildHashTable(fasta_soubor, k = 10)

Arguments

fasta_soubor

FASTA file containing database

k

number of bases the database is divided into

Value

List containing list of pointers, list of indexes and list of sequence headers

Examples

1
buildHashTable("database.fasta", k=10)

janmatula/genDP documentation built on Feb. 2, 2021, 7 p.m.