View source: R/data_analysis.R
data_volcano_label | R Documentation |
Draw volcano plot with manual labels.
data_volcano_label( prot, condition1, condition2, df, xleft = -5, xright = 5, ydown = 0, ytop = 5, confidence = 0.95, s0 = 0.1, smooth_curve = TRUE, label = TRUE, label_list = "none" )
prot |
A MSDataSet object. |
condition1 |
A character of condition 1. |
condition2 |
A character of condition 2. |
df |
A integer of freedom dgree. |
xleft |
A numeric for x-axis limit on left. |
xright |
A numeric for x-axis limit on right. |
ydown |
A numeric for x-axis limit on bottom. |
ytop |
A numeric for x-axis limit on top. |
confidence |
A numeric of confidence interval. |
s0 |
A numeric of fudge factor s0. |
smooth_curve |
A boolean of significant curve or not. |
label |
A boolean of label or not. |
label_list |
A list of labels. |
Input dataframe from previous processing, then return a ggplot object of volcano plot.
A list of dataframe and ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.