Nothing
#' Synthetic lethal RNAi screen example data.
#'
#' A dataset containing synthetic lethal RNAi screen data to show how functions work.
#' The variables are as follows:
#'
#' \itemize{
#' \item PLATE. plate names.
#' \item MASTER_PLATE. master plate names.
#' \item WELL_CONTENT_NAME. siRNA targets of wells.
#' \item EXPERIMENT_TYPE. sample, negative/positive controls.
#' \item EXPERIMENT_MODIFICATION. experiment conditions, "treatment" or "control".
#' \item ROW_NAME. row names of plates.
#' \item COL_NAME. column names of plates.
#' \item READOUT. screen results.
#' }
#'
#' @docType data
#' @keywords datasets
#' @name exampleDat
#' @usage data(exampleDat)
#' @format A data frame with 4320 rows and 8 variables
#' @return A data frame containing RANi screen data, the READOUT value has no real biological meaning.
NULL
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.