This R package loads, normalizes, scales and visualizes Fluidigm qPCR data.
You can install fluidgr from Github with devtools:
install.packages("devtools")
devtools::install_github("othomantegazza/fluidgr")You can read how to use this package in the package vignette.
Access here online the full documentation and the package vignette
To read the documentation locally you need to:
Suggests field of the file DESCRIPTION.build_opts = c("--no-resave-data", "--no-manual")
devtools::install_github("othomantegazza/fluidgr",
build_opts = c("--no-resave-data", "--no-manual"))Then you can access the documentation with:
browseVignettes("fluidgr")