R/cellcount.R

#' @title Cell count data
#'
#' @description Cell count data from a high-throughput screen with six
#' 1536 well plates.
#'
#' @format A data frame with 9216 rows and 4 variables:
#' \describe{
#'   \item{plate:}{Name of plate.}
#'   \item{row:}{Row position of the well.}
#'   \item{column:}{Column position of the well.}
#'   \item{cell.count:}{Number of cells in the well.}}
#'
#' @docType data
#' @name cellcount
NULL

Try the labstats package in your browser

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

labstats documentation built on May 1, 2019, 10:17 p.m.