Description Usage Arguments Author(s)
View source: R/enrich_result_class.R
Barplot for enrich_result_class
1 2 3 4 5 6 7 8 9 10 | enrich_scatter_plot(
object,
x_axis = c("mapped_percentage", "mapped_number"),
y_axis = c("p_value_adjust", "p_value"),
point_size = c("mapped_percentage", "all_number"),
x_axis_cutoff = 0,
y_axis_cutoff = 0.05,
label = TRUE,
label_size = 4
)
|
object |
enrich_result_class object. |
x_axis |
"mapped_number or "mapped_percentage" |
y_axis |
"p_value_adjust or "p_value" |
point_size |
"all_number" or "mapped_percentage" |
x_axis_cutoff |
x_axis_cutoff |
y_axis_cutoff |
y_axis_cutoff |
label |
label |
label_size |
label size |
Xiaotao Shen shenxt@stanford.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.