View source: R/calStandCurve.R
calStandCurve | R Documentation |
calStandCurve
Calculate Standard Curve for RT-qPCR.
Return a datafram
Xiang LI <lixiang117423@foxmail.com>
filepath <- system.file("examples", "20210928lx_1.txt", package = "pac4xiang")
stand.curve <- calStandCurve (data = filepath, 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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.