Name Mode Size
R 040000
inst 040000
man 040000
vignettes 040000
.BBSoptions 100644 0 kb
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 1 kb
NAMESPACE 100644 0 kb
README.md 100644 1 kb
README.md
## biobtreeR Bioconductor R package for genomic research via [biobtree](https://github.com/tamerh/biobtree). It aims to provide an alternative to existing packages with abilty process large and diverse datasets effectievly and allows executing basic or advanced queries . For more detail and documentation check the Bioconductor [page](https://bioconductor.org/packages/3.11/bioc/html/biobtreeR.html) ## Install ```r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("biobtreeR") ``` ## Usage ```r library(biobtreeR) # directory for the tool files bbUseOutDir("specify your directory") # default database for most studied dataset and organism genomes # once it is retrieved it is saved to your directory for later reuse # check document for included dataset or other builtin databases or build custom data bbBuiltInDB() # starts server for executing queries inside R pipelines and provide web ui for expolaration with examples # web interface address http://localhost:8888/ui/ bbStart() ``` ## Demo Demo of web interface which covers all the datasets with examples https://www.ebi.ac.uk/~tgur/biobtree/