make_ontolookup: create through downloads a tibble amalgamating terms in ORDO...

Description Usage Value Note Author(s) Examples

Description

create through downloads a tibble amalgamating terms in ORDO HP UBERON DOID NCIT

Usage

1

Value

tibble

Note

'load_ontolookup' will retrieve an April 2019 snapshot of the data in a tibble from AWS S3 or local cache

Author(s)

Sean Davis, minor mods by VJ Carey

Examples

1
2
3
4
5
6
if (interactive()) {
  if (isTRUE(askYesNo("This will perform a download of 5 ontologies including NCIT, are you sure you want to proceed?"))) {
      cur_ontolook = make_ontolookup()
    cur_ontolook
      }
 }

vjcitn/metametrics documentation built on May 17, 2019, 6:35 a.m.