plot_scatter_basic_all | R Documentation |
Draw qll pairs of replicates in multiple scatter plot.
plot_scatter_basic_all( df, size_gg = 3, col_significant = "#41AB5D", col_other = "grey" )
df |
A data.frame containing at least gene, significant, replicate/triplicate columns. |
size_gg |
size of point. |
col_significant |
color for significant protein interactors. |
col_other |
color for other protein interactors. |
a list of gg scatter plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.