knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
OncoTree is a standardized classification system used in cancer research and clinical practice to categorize different types of cancer based on their tissue of origin, molecular characteristics, and other relevant factors. Developed by the National Cancer Institute (NCI) within the United States, OncoTree provides a hierarchical framework that organizes cancer types into a structured tree-like diagram.
library(AnnotationGx)
AnnotationGx provides a set of functions for querying OncoTree to retrieve three types of information: - OncoTree release versions - Main Cancer types - Subtypes of a specific cancer type and their relationships
The getOncotreeVersions
function retrieves the available OncoTree release.
getOncotreeVersions()
The getMainCancerTypes
function retrieves the main cancer types in OncoTree.
getOncotreeMainTypes()
The getCancerSubtypes
function retrieves the subtypes of a specific cancer type.
getOncotreeTumorTypes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.