Plot the PCA plot based on quantification.

plotPCA(norm_data, save_path = NA, figure_height = 8.27, figure_width = 8.27)

Arguments

norm_data

The normalized data obtained by **quantification**.

save_path

The path to save the result.

figure_height

PDF height. Default: 8.27.

figure_width

PDF width. Default: 8.27.

Examples

  plotPCA(norm_data = quant, save_path="~/CAT/")
#> Error in eval(expr, envir, enclos): object 'quant' not found