plot_ContsPG | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.