Description Usage Arguments Value Methods (by generic) Slots Examples
decisionMatrix class
1 2 3 4 5 6 7 8 | ## S4 method for signature 'decisionMatrix'
decisionMatrix(object)
## S4 method for signature 'decisionMatrix'
abstractionLayer(object)
## S4 method for signature 'decisionMatrix'
stateColors(object)
|
object |
decisionMatrix. |
an object of class decisionMatrix, normally made in response to a
query to StateHub with get.decision.matrix
decisionMatrix: Extract Descision Matrix from descisionMatrix object
abstractionLayer: Extract abstraction layer from descisionMatrix object
stateColors: Extract color information from descisionMatrix object
idcharacter. a unique ID that refers to a model revision
namecharacter. The name of the model on StateHub
authorcharacter. The author of the model on StateHub
revisioncharacter. The revision of the model. A time stamp
descriptioncharacter. A short description of the model.
abstraction.layerlist. A description of the relationship between the precise data type (e.g. a chromatin mark like H3K27ac) and feature describing the functional category in the decision.matrix (e.g. Regulatory).
decision.matrixmatrix. The description of what combination of features are required to call a state.
state.colorscharacter. The color to assign to each state.
1 2 3 4 5 | load(system.file("extdata", "poised.promoter.model.rda", package = "StatePaintR"))
poised.promoter.model
decisionMatrix(poised.promoter.model)
abstractionLayer(poised.promoter.model)
stateColors(poised.promoter.model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.