| get_tumor_types | R Documentation | 
Get tumor types according to OncoTree's ontology.
get_tumor_types(oncotree_version = "oncotree_latest_stable")
oncotree_version | 
 OncoTree version. Check available options with   | 
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 parent is the parent oncotree_code for 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.
## Not run: get_tumor_types() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.