plot_ContsPG {PTXQC} | R Documentation |
Plot contaminants from proteinGroups.txt
plot_ContsPG(data)
data |
A data.frame with columns 'group', 'cont_pc', 'logAbdClass' |
GGplot object
data = data.frame( 'group' = letters[1:10], 'cont_pc' = 2:11, 'logAbdClass' = c("low","high"))
plot_ContsPG(data)