| get_tumor_types {mskcc.oncotree} | R Documentation |
Get tumor types
Description
Get tumor types according to OncoTree's ontology.
Usage
get_tumor_types(oncotree_version = "oncotree_latest_stable")
Arguments
oncotree_version |
OncoTree version. Check available options with |
Value
A tibble of 13 variables:
oncotree_versionOncoTree tumor classification system version.
oncotree_codeTumor type code: a unique identifier for a tumor type within the classification system of the OncoTree.
oncotree_nameTumor type name: a brief description of the tumor type.
oncotree_main_typeTumor main type: a category under which the tumor type can be grouped.
tissueTissue associated with the tumor type.
levelOncoTree is a hierachical classification system with 5 levels. At the root level (level 0) there is the single
"TISSUE"tumor type. At level 1, there are 32 tissue sites, e.g.,"BREAST".parentThe
parentis the parentoncotree_codefor this tumor type.umls_codeThe corresponding tumor type identifier(s) in the Unified Medical Language System (UMLS).
nci_codeThe corresponding tumor type identifier(s) in the National Cancer Institute (NCI) Thesaurus.
historyPrevious tumor type codes (from previous OncoTree versions) used to identify this tumor type.
revocationsTODO.
precursorsTODO.
colorColor associated with the tumor type.
Examples
## Not run:
get_tumor_types()
## End(Not run)