catNum3 | R Documentation |
assign the axis coordinate number to be used for the plotting position for each category
catNum3(l)
l |
list each component corresponds to an ontology branch, and contains the decreasing sorted tabulation of output of the number of times that a category appears in a triplet |
a component of l is like: GO_0005515__protein_binding GO_0042802__identical_protein_binding GO_0005178__integrin_binding 38 4 3
#' a component of l1 is like: GO_0005515__protein_binding GO_0042802__identical_protein_binding GO_0005178__integrin_binding 1 2 3
returns a list each component corresponds to an ontology branch, and contains a vector of category plotting positions
#load("data/x_l.RData")
catNum3(x_l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.