RunDiscretization {IRISFGM} | R Documentation |
Run discretization based on Quantile method
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.
data(example_object) # Due to generate intermediate files, please make sure to set working directory example_object <- RunDiscretization(example_object, q = 0.06)