View source: R/read_chainy_dir.R
read_chainy_dir | R Documentation |
A function to read chainy output files from a specified directory and format them as needed for input in qpcr_analysis
.
Note that the file name is used as placeholder for the primers column, which works well if every file contains data for a single target.
Otherwise you will have to edit the data to properly annotate the primers before running the qpcr_analysis
function.
read_chainy_dir(directory = "./chainy_output/")
directory |
directory where the files to read are located |
a data frame with the qPCR data formatted as needed for qpcr_analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.