The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
library(qPCRhelper)
library(ggplot2)
#Generate sample data
<- c("C1", "C2", "T1", "T2")
Sample <- c("Control", "Control", "Treatment", "Treatment")
Group <- c("18.1", "18.2", "17.9", "18.0")
GAPDH <- c("32.4", "32.8", "20.2", "21.3")
IL4R <- data.frame(Sample, Group, GAPDH, IL4R)
qpcr_data write.table(qpcr_data, file = "qpcr_data.txt", sep = "\t", row.names = F)
<- qPCRhelper(data.dir = "./qpcr_data.txt", ref.gene = "GAPDH", ref.group = "Control")
qpcr_out #> Warning in (function (mapping = NULL, data = NULL, geom = "boxplot", position =
#> "dodge2", : Ignoring unknown aesthetics: fill
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.