Description Usage Arguments Value
Run discretization based on Quantile method
1 2 3 4 5 6 | RunDiscretization(object, ...)
.runDiscretization(object = NULL, q = 0.06)
## S4 method for signature 'IRISFGM'
RunDiscretization(object = NULL, q = 0.06)
|
object |
input IRIS-FGM object |
... |
other arguments passed to methods |
q |
quantile number which is used as discretized cutoff. The bigger q means more cells will be categorized into 1 in terms of binarizing one gene. |
It will generate quantile based binary matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.