rhecht95 / qPCR

Data Wrangling and Analysis for qPCR Data Generated by QuantStudio
1 stars 0 forks source link

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()