View source: R/add_plotly_markers_search_pathway.R
add_plotly_markers_search_pathway | R Documentation |
takes a ggplot and vector as input and highligts pathways in volcano.
add_plotly_markers_search_pathway(p, pathways, mapping = NULL)
p |
a ggplot |
pathways |
a vector of strings containing pathway names. |
mapping |
a data.frame containing a pathway column and a gene column. Will generate a mapping between genes in the plot, and their corresponding pathways found in argument pathways. |
internal
Other shiny:
add_plotly_markers_search()
,
calc_logfc_limit()
,
get_replicate_summary_text()
,
parse_uploaded_file()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.