README.md

An R Package to Analyze Fluidigm qPCR Data for Gene Expression

This R package loads, normalizes, scales and visualizes Fluidigm qPCR data.

Install

You can install fluidgr from Github with devtools:

install.packages("devtools")
devtools::install_github("othomantegazza/fluidgr")

Use

You can read how to use this package in the package vignette.

Online Documentation

Access here online the full documentation and the package vignette

Local

To read the documentation locally you need to:

devtools::install_github("othomantegazza/fluidgr",
                         build_opts = c("--no-resave-data", "--no-manual"))

Then you can access the documentation with:

browseVignettes("fluidgr")

Warranty

This package is under active development and comes with no warranty.



othomantegazza/fluidigr documentation built on May 25, 2019, 2:21 p.m.