Nothing
#' X_proteomic Data
#'
#' Toy dataset from BREAST CANCER. Protein data. (https://github.com/pilargmarch/multiomics2.0/tree/main)
#'
#' @format A data frame with 150 observations and 369 features:
#' \describe{Small data set from original data (585 observations).}
#'
#' @source TCGA-BRCA data
"X_proteomic"
#' Y_proteomic Data
#'
#' Toy dataset from BREAST CANCER. Protein data. (https://github.com/pilargmarch/multiomics2.0/tree/main)
#'
#' @format A data frame with 150 observations and 2 features:
#' \describe{
#' \item{time}{Global survival time in years. Time to the event of to the last patient information.}
#' \item{event}{Numeric. FALSE/0 for censored and TRUE/1 for event observations.}
#' }
#'
#' @source TCGA-BRCA data
"Y_proteomic"
#' X_multiomic Data
#'
#' Toy dataset from BREAST CANCER. miRNA and Protein data. (https://github.com/pilargmarch/multiomics2.0/tree/main)
#'
#' @format A data frame with 150 observations and two omics (miRNA and proteomic):
#' \describe{642 miRNAs, 369 proteins}
#'
#' @source TCGA-BRCA data
"X_multiomic"
#' Y_multiomic Data
#'
#' Toy dataset from BREAST CANCER. miRNA and Protein data. (https://github.com/pilargmarch/multiomics2.0/tree/main)
#'
#' @format A data frame with 150 observations and 2 features:
#' \describe{
#' \item{time}{Global survival time in years. Time to the event of to the last patient information.}
#' \item{event}{Numeric. FALSE/0 for censored and TRUE/1 for event observations.}
#' }
#'
#' @source TCGA-BRCA data
"Y_multiomic"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.