From f2989cc0f31b12a6173cc515b3fe2c51a15db7cc Mon Sep 17 00:00:00 2001 From: Iakov Davydov <671660+idavydov@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:14:47 +0200 Subject: [PATCH] _doc --- man/plate_effect_example.Rd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 man/plate_effect_example.Rd diff --git a/man/plate_effect_example.Rd b/man/plate_effect_example.Rd new file mode 100644 index 00000000..0420eecf --- /dev/null +++ b/man/plate_effect_example.Rd @@ -0,0 +1,29 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/data.R +\docType{data} +\name{plate_effect_example} +\alias{plate_effect_example} +\title{Example dataset with a plate effect} +\format{ +An object of class \code{"tibble"} +\describe{ +\item{row}{Plate row} +\item{column}{Plate column} +\item{conc}{Sample concentration} +\item{log_conc}{Logarithm of sample concentration} +\item{treatment}{Sample treatment} +\item{readout}{Readout from experiment} +} +} +\usage{ +data(plate_effect_example) +} +\description{ +Here top and bottom row were both used as controls (in dilutions). The top +row however was affected differently than the bottom one. This makes +normalization virtually impossible. +} +\author{ +Balazs Banfai +} +\keyword{datasets}