Description Usage Arguments Value Examples
Univariate analysis
1 | p_values(dataset, metadata)
|
dataset |
dataset of bins or quantifications. |
metadata |
Metadata to be used during the univariate analysis. |
p values from dataset of bins or quantificaitons
1 2 3 | setwd(paste(system.file(package = "rDolphin"),"extdata",sep='/'))
imported_data=import_data("Parameters_MTBLS242_15spectra_5groups.csv")
pval=p_values(imported_data$dataset,imported_data$Metadata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.