bbBuildCustomDB: Build custom DB

Description Usage Arguments Value Author(s) Examples

View source: R/buildData.R

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

1
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

1
2
3
4
5
6
7
## Not run: 

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


## End(Not run)

biobtreeR documentation built on Nov. 8, 2020, 5:19 p.m.