browseSignature: Displaying BugSigDB signatures pages in a web browser

View source: R/html.R

browseSignatureR Documentation

Displaying BugSigDB signatures pages in a web browser

Description

Functionality for programmatically displaying microbe signatures on BugSigDB signature pages.

Usage

browseSignature(sname)

Arguments

sname

character. Signature name. Expected to start with a prefix of the form "bsdb:<X>/<Y>/<Z>_" encoding the corresponding BugSigDB signature ID.

Value

The URL of the selected BugSigDB signature page. If interactive, opens the URL in the default web browser.

References

BugSigDB: https://bugsigdb.org

Examples


  sname <- "bsdb:215/1/1_eczema:infant-with-eczema_vs_healthy-control_UP"
  browseSignature(sname)
  

waldronlab/bugsigdbr documentation built on May 2, 2024, 1:21 p.m.