#' Get a list of TCGA disease cohorts
#'
#' `getFirehoseDatasets` returns a character vector of TCGA disease codes.
#' A reference table can be seen at <https://gdac.broadinstitute.org/>.
#'
#' @seealso <https://gdac.broadinstitute.org/>
#'
#' @return A character string
#'
#' @examples
#'
#' getFirehoseDatasets()
#'
#' @export getFirehoseDatasets
getFirehoseDatasets <- function() {
c("ACC", "BLCA", "BRCA", "CESC", "CHOL", "COADREAD", "COAD",
"DLBC", "ESCA", "FPPP", "GBMLGG", "GBM", "HNSC", "KICH", "KIPAN",
"KIRC", "KIRP", "LAML", "LGG", "LIHC", "LUAD", "LUSC", "MESO",
"OV", "PAAD", "PCPG", "PRAD", "READ", "SARC", "SKCM", "STAD",
"STES", "TGCT", "THCA", "THYM", "UCEC", "UCS", "UVM")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.