View source: R/runSubcellulaRvis.R
runSubcellulaRvis | R Documentation |
Visualise subcellular enrichment
runSubcellulaRvis( compsDat, colScheme_low, colScheme_high, aspect = c("Whole cell", "Endosomal system"), text_size = 2, legend = T, legend.pos = "right", labels = T, significanceThresh = 0.05 )
compsDat |
Output of compartmentData() |
colScheme_low |
Low value (i.e. most statistically ignificant) of colour scheme |
colScheme_high |
High value (i.e. most statistically significant) of colour scheme |
aspect |
Character; either "Whole cell" or "Endosomal system. Latter will calculate enrichment within endosomal system. |
text_size |
Size of text if using |
legend |
Logical; include legend? |
legend.pos |
passes to ggplot2::theme(legend.postion = legend.pos). One of "right", "left", "bottom", "top" |
labels |
show labels on plot? Default is TRUE |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.