R/data.R

#' Rootdetection Output Of An Example Study
#'
#' A data set containing measured _Arabidopsis thaliana_ wild-type (Col-0) and mutant (tir1_1afb2_3, weitar1_1, yucOx) seedling roots measured at 20 °C and 28°C.
#' Plants were grown on ATS plates for 4 days at 20°C and then stayed at 20°C or were shifted to 28°C.
#' The rows labeled with '10mm' in column Label contain the length standard in column LengthPx.
#'
#' @format A data frame with 125 rows of  6 variables:
#' \describe{
#'   \item{Nr}{Number given by Rootdetection}
#'   \item{Filename}{Filename of the photo}
#'   \item{RootNr}{Number given by Rootdetection}
#'   \item{Label}{Label describing the line}
#'   \item{LengthPx}{Length of measured root or Hypocotyl in Pixel}
#'   \item{LengthMM}{Length of measured root or Hypocotyl in mm}
#' }
"root_output"



#' Rootdetection Output Of An Example Study With Multiple Grouping Variable 2 Levels
#'
#' A dataset containing measured _Arabidopsis thaliana_ wild-type (Col-0 and Ws2) and mutant (D31 and D64) seedling roots measured at 20 °C and 28°C.
#' One part of the plants was grown at 20°C or 28°C for 8 days. Another batch was transferred after 4 days from 20°C to 28°C for another 4 days.
#' The rows labeled with '20mm' in column Label contain the length standard in column LengthPx.
#' In this dataset a different length standard is used (2cm are measured and are labeled as 20mm).
#'
#' @format A data frame with 213 rows of  6 variables:
#' \describe{
#'   \item{Nr}{Number given by Rootdetection}
#'   \item{Filename}{Filename of the photo}
#'   \item{RootNr}{Number given by Rootdetection}
#'   \item{Label}{Label describing the line}
#'   \item{LengthPx}{Length of measured root or Hypocotyl in Pixel}
#'   \item{LengthMM}{Length of measured root or Hypocotyl in mm}
#' }
"root_output_multfac2"


#' Output Of An Example Study With time series growth data
#'
#' A dataset containing measured _Arabidopsis thaliana_ wild-type (Col-0) seedling roots measured at 20 °C and 28°C.
#' First pictures were taken 48h after sowing and then every 4 hours the same plate is measured for additional 138 hours.
#' For both temperature conditions 8 roots were measured.
#'
#' @format A data frame with 544 rows of  10 variables:
#' \describe{
#'   \item{Nr}{Number given by Rootdetection}
#'   \item{Filename}{Filename of the photo}
#'   \item{RootNr}{Number given by Rootdetection}
#'   \item{Label}{Label describing the line}
#'   \item{Factor1}{First Factor - mostly genotype}
#'   \item{Factor2}{Second Factor - mostly temperature}
#'   \item{Timepoint}{time after sowing}
#'   \item{LengthPx}{Length of measured root or Hypocotyl in Pixel}
#'   \item{LengthMM}{Length of measured root or Hypocotyl in mm}
#' }
"root_timeseries"


#' Picture Of Colorful Primroses
#'
#' Picture of primroses loaded with 'jpeg' package. Picture made by 3268zauber~commonswiki and obtained from Wikimedia Commons.
#'
#' @format A matrix containing color information for each pixel.
#' @examples
#' # show picture in R using grid package
#' grid::grid.raster(primroses)
"primroses"


#' Color Palette For Colorblind Individuals.
#'
#' A String storing a color palette with 7 colors optimized for colorblind individuals in hex-format. The colors were proposed by Wong in following publication:
#' Wong, B. (2011). Points of view: Color blindness. Nature Methods, 8(6), 441–441. doi:10.1038/nmeth.1618.
#'
#' @format A vector containing hex-codes for 7 colors
"colors_wong"
PhilippJanitza/rootdetectR documentation built on Feb. 24, 2024, 6:46 a.m.