#### OncoScore
####
#### Copyright (c) 2016, Luca De Sano, Carlo Gambacorti Passerini,
#### Rocco Piazza, Daniele Ramazzotti, Roberta Spinelli
####
#### All rights reserved. This program and the accompanying materials
#### are made available under the terms of the GNU GPL v3.0
#### which accompanies this distribution.
#' A list of genes
#'
#' This dataset contains a list of genes to be used in the analysis as an example
#'
#' @format rdata
#' @docType data
#' @source example data
#' @name genes
#' @usage data(genes)
#' @return list of 5 elements
#'
NULL
#' A list of timepoints
#'
#' This dataset contains a list of time points to be used in the analysis as an example
#'
#' @format rdata
#' @docType data
#' @source example data
#' @name timepoints
#' @usage data(timepoints)
#' @return list of 5 elements
#'
NULL
#' The result of perform.web.query on genes
#'
#' This dataset contains the result of perform.web.query on genes
#'
#' @format rdata
#' @docType data
#' @source example data
#' @name query
#' @usage data(query)
#' @return matrix 5 x 2
#'
NULL
#' The result of perform.time.series.query on genes and timepoints
#'
#' This dataset contains the result of perform.time.series.query on genes and timepoints
#'
#' @format rdata
#' @docType data
#' @source example data
#' @name query.timepoints
#' @usage data(query.timepoints)
#' @return list of 5 matrix 5 x 2
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.