Giter VIP home page Giter VIP logo

qpcr's Introduction

R-CMD-check codecov

qpcR

Calculate relative gene expression values of raw qPCR data. Base R. No dependencies. Detailed documentation will follow soon.

Quick start

library(devtools)
devtools::install_github("mschemmel/qpcR")

# load example data
qpcRdata <- read.table(system.file("extdata", "example2.tsv", package = "qpcR"), sep = "\t", head = TRUE)

# get mean relative expression
qpcR(qpcRdata, hkg = "HKG", groups = "dpi")

Input data

The minimal structure of the input data has to contain following columns: gene, treatment, cq. Primer efficiency values are optional.

Column Description Note
gene investigated genes
treatment variable to compare
cq cq value measured by qPCR machine
efficiency primer efficiency values (%) (optional) assumed to be 100 % if not provided

If cq contains NA, brep, trep or both columns are needed to properly exclude samples.

Column Description
brep number of biological replicate
trep number of technical replicate

Example datasets can be found in the inst/extdata folder.

Output

qpcR outputs a data frame with following columns:

Column Description
treatment treatments used in your experiment
gene all investigated genes except housekeeping gene(s)
dpi your group(s) variable (if input data was grouped)
rexpr.mean mean expression value
rexpr.sd standard deviation of expression values
rexpr.se standard error of expression values
rexpr.n number observations per gene x group(s) x treatment variables

qpcr's People

Contributors

mschemmel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.