Nothing
#' Glioblastoma (GBM) Example Dataset
#'
#' MultiAssayExperiment Object containing all the genomic assays needed to run
#' the example code for MOMA
#'
#' @format An MultiAssayExperiment object with 4 different sets of GBM assays
#' \describe{
#' \item{viper}{matrix of viper scores with samples in columns and regulators
#' across the rows}
#' \item{mut}{matrix of samples and genes with potential mutations.
#' 0 for no mutation, 1 for presence of some non-silent mutation}
#' \item{cnv}{matrix of samples and genes with copy number variant scores}
#' }
"example.gbm.mae"
#' Glioblastoma (GBM) Pathways
#'
#' Object containing information about the biological pathways that will be used
#' in the analysis
#'
#' @format A list of lists named "cindy" and "preppi" respectively
#' \describe{
#' \item{cindy}{list of regulators, each with a set of modulators and p values
#' representing their CINDY inferred association}
#' \item{preppi}{list of regulators, each with a set of potential binding
#' partners and PREPPi inferred p values for probability of binding}
#' }
"gbm.pathways"
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.