calRTqPCR | R Documentation |
calStandCurve
Calculate Standard Curve for RT-qPCR.
Return a datafram
Xiang LI <lixiang117423@foxmail.com>
filepath.1 <- system.file("examples", "20210928lx_1.txt", package = "pac4xiang")
filepath.2 <- system.file("examples", "20210929lx_1.txt", package = "pac4xiang")
stand.curve <- calStandCurve (data = filepath.1, genes = c("A","B","C","D"),
dilution = 4,start = 2, end = 7,rep = 4,
drop.NA = FALSE, fill.NA = "mean",
save.fig = TRUE, fig.type = 'pdf')
exp <- calRTqPCR(data = filepath.2,
StandCurve = stand.curve,
drop.NA = FALSE,
fill.NA = "mean")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.