View source: R/4.quantification_and_export.R
export_csv | R Documentation |
This function exports dPCP analysis results to a csv file.
export_csv(data, filename)
data |
an object of class |
filename |
character. File name (no extension) for csv and pdf files to create on disk. |
A csv file with the information and results of dPCP analysis.
library(dPCP)
#Find path of sample table and location of reference and input files
sampleTable <- system.file("extdata", "Template_sampleTable.csv",
package = "dPCP")
fileLoc <- system.file("extdata",package = "dPCP")
#dPCP analysis
results <- dPCP(sampleTable, system = "bio-rad", file.location = fileLoc,
eps = 200, minPts = 50, save.template = FALSE,
rain = TRUE)
export_csv(results, filename = "dPCRproject_1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.