Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

ceabiodb/biodbNci

Repository files navigation

biodbNci

An R package for accessing biodbNci, a library for connecting to the National Cancer Institute (USA) CACTUS API, based on R package/framework biodb.

Introduction

This package is an extension of biodb that implements a connector to biodbNci, a library for connecting to the National Cancer Institute (USA) CACTUS Database.

Installation

Install the latest version of this package by running the following commands:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install('biodbNci')

Examples

To instantiate a connector to NCI CACTUS, a library for connecting to the National Cancer Institute (USA) CACTUS Database, run:

mybiodb <- boidb::newInst()
conn <- mybiodb$getFactory()$createConn('nci.cactus')
mybiodb$terminate()

Documentation

To get documentation on the implemented connector, run the following command in R:

?biodbNci::NciCactusConn

Citations

CADD Group Chemoinformatics Tools and User Services (CACTUS), National Cancer Institute, at https://cactus.nci.nih.gov/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published