R/lymphoma.R

#' Lymphoma data on genomic hybridization signal from six dogs with normal and tumor
#' tissue samples taken.
#'
#' Franck et. al. (2013) analyzes the genomic hybridization signal
#' measured from normal and tumor tissue samples taken from six dogs.
#'
#' @docType data
#'
#' @usage data(lymphoma)
#'
#' @format A data frame with 6 rows and 2 variables:
#' \describe{
#'   \item{V1}{the signals from the normal tissue samples.}
#'   \item{V2}{the signals from the tumor tissue samples.}
#' }
#'
#' @references
#' \insertRef{franckdogs}{slgf}
#'
#' @keywords datasets
#'
#'
"lymphoma"

Try the slgf package in your browser

Any scripts or data that you put into this service are public.

slgf documentation built on Nov. 22, 2022, 1:09 a.m.