Description Usage Arguments Value Examples
This function reads a template file for ddPCRclust from disk and returns a run template and annotations. Please refer to the vignette for information on how this file need to be formatted.
| 1 | readTemplate(template)
 | 
| template | A csv file containing information about the individual ddPCR runs. An example template is provided with this package. For more information, please check the vignette or the repository on github. | 
| annotations | The metatdata provided in the header of the template. It contains four fields:  | 
| template | A parsed dataframe containing the template. | 
| 1 2 3 | # Read template
exampleFiles <- list.files(paste0(find.package('ddPCRclust'), '/extdata'), full.names = TRUE)
template <- readTemplate(exampleFiles[9])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.