plot screeplot

plot_screeplot(data, config, threshold_pc = 1, nr_PC = NULL)

Examples

istar <- sim_lfq_data_protein_config(with_missing = FALSE)
#> creating sampleName from fileName column
#> completing cases
config <- istar$config
analysis <- istar$data
tmp <- plot_screeplot(analysis, config, threshold_pc= NULL)
print(tmp)

tmp <- plot_screeplot(analysis, config, threshold_pc= 1)
print(tmp)

tmp <- plot_screeplot(analysis, config, nr_PC = 4, threshold_pc = NULL)
print(tmp)