checkEnsemblArchive: Query Ensembl Archive using Ensembl IDs to confirm whether ID...

Description Usage Arguments Value Methods (by class) Examples

Description

checkEnsemblArchive contacts the Ensembl Rest API, querying the presence of an Ensembl ID in the archive database.

Usage

1
2
3
4
checkEnsemblArchive(query)

## S4 method for signature 'character'
checkEnsemblArchive(query)

Arguments

query

a string containing the ID to be queried.

Value

"archived" if successful (ID present in Archive), else errors out.

Methods (by class)

Examples

1
2
query <- "ENSG00000121031"
ret <- checkEnsemblArchive(query)

biscuit13161/UNGeneAnno documentation built on May 26, 2019, 2:33 a.m.