bbBuildCustomDB {biobtreeR}R Documentation

Build custom DB

Description

biobtree covers all the genomes in ensembl and ensembl genomes. If the the studied organism genome is not included in the default pre built in databases then this function is used and build the biobtree database locally for given genomes.

Usage

bbBuildCustomDB(taxonomyIDs = NULL, rawArgs = NULL)

Arguments

taxonomyIDs

Comma seperated list of taxonomy identifiers for building the genomes

rawArgs

For using all available biobtree command line arguments directly

Value

returns empty

Author(s)

Tamer Gur

Examples


## Not run: 

bbUseOutDir("your directory path")
bbBuildCustomDB(taxonomyIDs="1408103,206403")


## End(Not run)


[Package biobtreeR version 1.0.0 Index]