read.cqTable | R Documentation |
This function is a wrapper for read.csv
read.cqTable(csv, sep = ",", dec = ",", forceCommaToPoint = TRUE)
csv |
Path to the input csv table |
sep |
cell separator "," "." or ... |
dec |
decimals as "," or "." or ... |
forceCommaToPoint |
This will ensure all comma are forced to points in the Sample column! |
First three needs to be 'type','sample','well' Type is the genotype or refers to the 2 primers. There have to be only 2! Sample is the analysed concentration, or experiment. If you want to use the regression fct. these need to be numbers (eg. 0%-100%) Well is the well, and it need to be the same as in the fluorescence data, if used.
The following columns are the Cq vales. The column name will be used as Cq name reference.
does not return! input.cq data frame will be saved to global.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.