Description Usage Arguments Value Examples
Represent binary rule matrix as strings
1 |
rm |
binary rule matrix |
vector or rules represented as strings
1 2 3 4 5 6 7 | library(crso)
data(skcm)
list2env(skcm.list,envir=globalenv())
rm.full <- buildRuleLibrary(D,rule.thresh = 0.1) # Small rule library matrix, dimension: 5 x 71
getRulesAsStrings(rm.full)
# output should be: "BRAF-M.CDKN2A-MD" "CDKN2A-MD.NRAS-M"
# "BRAF-M.PTEN-MD" "ADAM18-M.BRAF-M" "ADAM18-M.CDKN2A-MD"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.