README.md

qPCR

qPCR is a package designed for wrangling and analyzing raw excel qPCR data output from QuantStudio Applied Biosystems instruments

Installation

You can install the released version of qPCR from Github with:

install.packages("qPCR")

Example Workflow

library(qPCR)

qPCR_df <- load_raw() %>% 
  tidy_qPCR() %>% 
  dCt() %>% 
  ddCt()



rhecht95/qPCR documentation built on Dec. 25, 2021, 9:41 a.m.