mod_label_server | R Documentation |
This component contains the pop-up modal and data processing to customize how genes are labeled on the volcano or ma plot. Users have the option to not label genes, label specific genes, label top n genes by a certain value, or label genes above certain threshold.
mod_label_server(id, data_list, method = c("volcano", "ma", "scatter"))
id |
Namespace ID |
data_list |
List of gene data from |
method |
String designating if the results are for the volcano plot or ma plot |
A shiny module.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.