Description Usage Arguments Value
View source: R/ks.vulcano_plot.R
Draw vulcano plot of selected miRNAs.
1 2 3 4 5 6 | ks.vulcano_plot(
selected_miRNAs,
DE = ks.miRNA_differential_expression(),
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 'ks.miRNA_differential_expression()' or 'ks.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.