View source: R/make_volcano_plot.R
Draw a volcano plot from any test results
1 2 3 4 5 6 7 8 9 10 11 | make_volcano_plot(
kinase_enrichment_file = "kinase_enrichment_networkin.csv",
odds_ratio = odds_ratio,
FDR_cutoff = 0.05,
FDR_data = FDR,
labels = top_predicted_kinase,
graph_title = "Volcano plot",
x_axis_title = "X axis",
output_folder = "myexperiment/",
file_name
)
|
kinase_enrichment_file |
|
odds_ratio |
|
FDR_cutoff |
|
FDR_data |
|
labels |
|
graph_title |
|
x_axis_title |
|
output_folder |
|
file_name |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.