ptrvQCGetDfs | R Documentation |
returns and saves of 3 data frames containing: area under curves (auc), maximal intensity reached (max), time when the maximal intensity is reached (tmax)
ptrvQCGetDfs(repo, ncharDays = c(9, 10), ncharProd = c(12, 15), ncharRep = 17)
repo |
a repository (with / instead of \) where all the .txt are saved |
ncharDays |
a vector of two numbers representing the positions of first (and last) characters corresponding to the day in the file name |
ncharProd |
a vector of two numbers representing the positions of first (and last) characters corresponding to the product in the file name |
ncharRep |
one number representing the position of the character corresponding to the replicate in the file name |
a list of 3 data frames containing: area under curves (auc), maximal intensity reached (max), time when the maximal intensity is reached (tmax)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.