analysisGeneration | R Documentation |
Generate analysis report
analysisGeneration(polarity = c("positive", "negative", "both"), pos.path = ".", neg.path = ".", data.pos = "data.csv", data.neg = "data.csv", sample.info = "sample.info.csv", output.path = ".", correct = TRUE, p.cutoff = 0.01, candidate.num = candidate.num, type = c("html", "pdf", "all"))
polarity |
The polarity |
pos.path |
The directory of positive data. |
neg.path |
The directory of negative data. |
data.pos |
The name of positive data. |
data.neg |
The name of negative data. |
sample.info |
The name of sample.info. |
output.path |
Output directory. |
correct |
Correct p value or not. |
p.cutoff |
P value cutoff. |
candidate.num |
Top candidate.num metabolites for each peak. |
type |
Analysis report type. |
Analysis report.
Xiaotao Shen shenxt@sioc.ac.cn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.