- Home
- Bioconductor 3.14
- Software Packages
- bugsigdbr
bugsigdbr
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see bugsigdbr.
R-side access to published microbial signatures from BugSigDB
Bioconductor version: 3.14
The bugsigdbr package implements convenient access to bugsigdb.org from within R/Bioconductor. The goal of the package is to facilitate import of BugSigDB data into R/Bioconductor, provide utilities for extracting microbe signatures, and enable export of the extracted signatures to plain text files in standard file formats such as GMT.
Author: Ludwig Geistlinger [aut, cre], Jennifer Wokaty [aut], Levi Waldron [aut]
Maintainer: Ludwig Geistlinger <ludwig_geistlinger at hms.harvard.edu>
citation("bugsigdbr")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("bugsigdbr")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("bugsigdbr")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.