Skip to contents

External identifiers

Usage

externalIds(genes)

Arguments

genes

character. Gene identifiers (e.g. WBGene00004804).

Value

List.

Note

Updated 2023-09-25.

Examples

genes <- c("WBGene00000912", "WBGene00004804")
x <- externalIds(genes)
#> Error in stop(simpleError(message = msg, call = if (p) {    sys.call(p)})): Assert failure.
#> [2] isAnExistingUrl(url) is not TRUE.
#> Cause: URL doesn't exist
print(x)
#> Error: object 'x' not found
print(x[[1L]])
#> Error: object 'x' not found