read.fluorescenceTable | R Documentation |
This function is a wrapper for read.csv The input.raw and input.raw.melt data frames will be saved to global scope. Rigth now you only can have 1 table for 1 analyis. You can consider to add more values manually or combine the csv files beforehand. Make sure the wells are named individually. The first column need to be called "Cycle"!
read.fluorescenceTable(csv, sep = ",", dec = ",")
csv |
Path to the input csv table |
sep |
cell separator "," "." or ... |
dec |
decimals as "," or "." or ... |
does not return! input.raw and input.raw.melt data frames will be saved to global.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.