View source: R/OmicSelector_vulcano_plot.R
| OmicSelector_vulcano_plot | R Documentation | 
Draw vulcano plot of selected miRNAs.
OmicSelector_vulcano_plot(
  selected_miRNAs,
  DE = OmicSelector_differential_expression_ttest(),
  only_label = NULL,
  take_adjusted_p = FALSE
)
| selected_miRNAs | Vector of selected miRNAs. | 
| DE | Differential expression to get the values from. It can be generated by 'OmicSelector_differential_expression_ttest()' or 'OmicSelector_best_signature_de()' | 
| only_label | If NULL - all selected miRNAs will be labeled. If you want to label only selected miRNAs provide a character vector with their names. | 
| take_adjusted_p | If take adjusted p-value using BH method. Default: false | 
Vulcano plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.