listReferences: List available references

View source: R/listReferences.R

listReferencesR Documentation

List available references

Description

List the available reference datasets and the associated versions in celldex.

Usage

listReferences()

listVersions(name)

fetchLatestVersion(name)

Arguments

name

String containing the name of the reference dataset.

Value

For listReferences, a character vector containing the names of the available references.

For listVersions, a character vector containing the names of the available versions of the name reference.

For fetchLatestVersion, a string containing the name of the latest version.

Author(s)

Aaron Lun

Examples

listReferences()
listVersions("immgen")
fetchLatestVersion("immgen")


LTLA/celldex documentation built on April 29, 2024, 4:34 p.m.