type_analysis_plot: Type of analysis plot

Description Usage Arguments Value Examples

Description

Type of analysis plot

Usage

1
2
type_analysis_plot(data, final_output, imported_data, type = c("boxplot",
  "pca", "dendrogram_heatmap"))

Arguments

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')

Value

Analysis plot

Examples

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')

user05011988/prova documentation built on May 3, 2019, 2:37 p.m.