Description Usage Arguments Value
View source: R/runSubcellulaRvis.R
Visualise subcellular enrichment
1 2 3 4 5 6 7 8 9 10 | runSubcellulaRvis(
compsDat,
colScheme_low,
colScheme_high,
trafficking = F,
text_size = 2,
legend = T,
legend.pos = "right",
labels = T
)
|
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 |
trafficking |
Logical; Visualise endolysosome 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.