# NOT RUN {
data = data.frame(intensity = 1:12,
pname = rep(letters[1:3], 4),
fc.raw.file = rep(paste("f", 1:4), each=3),
contaminant = TRUE)
## providing more proteins than present... d,e will be ignored
plot_ContEVD(data, top5 = letters[1:5])
## classify 'c' as 'other'
plot_ContEVD(data, top5 = letters[1:2])
# }
Run the code above in your browser using DataLab