ontologyDotPlot | R Documentation |
Dot plots for visualizing GREAT results
ontologyDotPlot(
object,
top = 5,
topics = "all",
ontology = "GO Biological Process",
var.y = "ID",
var.col = "Binom_Adjp_BH",
var.size = "Binom_Fold_Enrichment",
order.by = "Binom_Fold_Enrichment",
col.low = "brown1",
col.mid = "floralwhite",
col.high = "dodgerblue",
min.size = 2,
max.size = 10
)
object |
Initialized cisTopic object, after object@binarized.rGREAT has been filled. |
top |
Number of top terms per topic to visualize |
topics |
Topics to plot. By default, all of them; if not a vector with the topic numbers must be provided. |
ontology |
Ontology from which terms are selected to visualize. |
var.y |
Varible (factor) to visualize in the y axis. By default it is ID, but it can be also name. |
var.col |
Variable whose values will be visualized with the color scale |
var.size |
Variable whose values will be visualized with the size scale |
order.by |
Order terms in the y axis (descendent order) based on given variable |
col.low |
Lower color in the color scale |
col.mid |
Middle color in the color scale |
col.high |
Higher color in the color scale |
min.size |
Minimum dot size |
max.size |
Maximum dot size |
Dot plot with the topics, terms and the selected enrichments to visualize
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.