Skip to content
/ qPCR Public

Data Wrangling and Analysis for qPCR Data Generated by QuantStudio

Notifications You must be signed in to change notification settings

rhecht95/qPCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Data Wrangling and Analysis for qPCR Data Generated by QuantStudio

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages