Skip to content

Commit

Permalink
Merge pull request #28 from bedapub/upd_ncs_presentation
Browse files Browse the repository at this point in the history
Update designit presentation
  • Loading branch information
idavydov authored Oct 24, 2023
2 parents 37fdcb8 + 28d01c2 commit bf6c54f
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 67 deletions.
24 changes: 23 additions & 1 deletion R/data.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#' Unbalanced treatment and time sample list
#'
#' A sample list with 4 columns SampleName, Well, Time and Treatment
Expand Down Expand Up @@ -86,3 +85,26 @@
#' \item{Sex}{Female (F) or Male (M) - a constraint which kind of animal may receive the respective treatment}
#' }
"invivo_study_treatments"

#' Example dataset with a plate effect
#'
#' 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.
#'
#' @docType data
#' @keywords datasets
#' @name plate_effect_example
#' @usage data(plate_effect_example)
#' @author Balazs Banfai
#'
#' @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}
#' }
"plate_effect_example"
Binary file added data/plate_effect_example.rda
Binary file not shown.
29 changes: 29 additions & 0 deletions man/plate_effect_example.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bf6c54f

Please sign in to comment.