View source: R/plot_gg_count_id_quant.R
plot_gg_count_id_quant | R Documentation |
Barplot of identified/quantified proteins per sample
plot_gg_count_id_quant( data_, labels, order.by, color.by = "All", color = list(all = c("#6BAED6", "#2171B5")), custom.theme = theme_phosprot_half_open, xlab = NULL, ylab = "Proteins", limit.y.top, aspect.ratio = 0.66, dataset, input = "data_count_id_quant", output = "plot_count_id_quant", View = T )
data_ |
data_ list |
labels |
column name for labels |
order.by |
order.by factor levels of specified column |
color.by |
column to use for coloring (default is "All" - column will added automatically) |
color |
list containing vectors of length two (first color id, second quant) for each group |
xlab |
label of x-axis |
ylab |
label of y-axis |
limit.y.top |
upper limit of y-axis |
aspect.ratio |
y/x ratio of plot axis |
input |
name of id_quant data |
output |
name of plot data |
View |
print plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.