View source: R/listReferences.R
listReferences | R Documentation |
List the available reference datasets and the associated versions in celldex.
listReferences()
listVersions(name)
fetchLatestVersion(name)
name |
String containing the name of the reference dataset. |
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.
Aaron Lun
listReferences()
listVersions("immgen")
fetchLatestVersion("immgen")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.