Description Usage Arguments Details Value Author(s) References See Also Examples
This funtion gets the anaylsis results and writes them in a csv format.
1 | writeResult(runPeaks = list(), output.file.name = 'results.csv')
|
runPeaks |
a list including the analysis results and targets information, e.g. acquired by |
output.file.name |
a character object, i.e. string, of the name of the output file in csv format. |
As an input, the runPeaks
object is a list of lists where each list, is the information for one run. The information for each run includes target information, and analysis results, e.g. apex and area location in time and their related intensities as well as estimated RI.
A logical value
Mo R. Nezami Ranjbar
http://omics.georgetown.edu/SIMAT.html
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.