Description Usage Arguments Value Examples
Type of analysis plot
1 2 | type_analysis_plot(data, final_output, imported_data, type = c("boxplot",
"pca", "dendrogram_heatmap"))
|
data |
Data to be used to get the analysis plot |
final_output |
List with quantifications and indicators of quality of quantification. |
imported_data |
List with typical elements necessary to perform quantification of ROIs. |
type |
Kind of plot wanted ('boxplot','pca','dendrogram_heatmap') |
Analysis plot
1 2 3 | setwd(paste(system.file(package = "rDolphin"),"extdata",sep='/'))
load("MTBLS242_subset_profiling_data.RData")
type_analysis_plot(profiling_data$final_output$quantification,profiling_data$final_output,imported_data,'boxplot')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.