#' Gene expression of 3 different human brain datasets of cortex region for training a Deep Neural Network.
#'
#' Data from 3 different datasets of human cortex. Gene expression of 1049 genes selected
#' because its implication in human aging (Oscar González-Velasco, et al., BBA - Gene Regulatory Mechanisms, https://doi.org/10.1016/j.bbagrm.2020.194491).
#' All 3 datasets are from Affymetrix HG 2.0 microarrays.
#' Gene expression signal is normalized using RMA and it includes the age of every individual.
#'
#' @docType data
#'
#' @usage data(training.data)
#'
#' @format A data.frame of class "data.frame"
#'
#' @keywords datasets
#'
#' @references Datasets are available publicy at GEO: GSE25219, GSE46706, GSE48350
#'
#' @source Datasets are available publicy at GEO: GSE25219, GSE46706, GSE48350
#'
#' @examples
#' data(training.data)
#' head(training.data)
#'
"training.data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.