You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced the old discretization functions with a new one which is more concise and slightly more effective. Done with a 6cc934d commit.
I have tested this new function against the old methods using simulated data. The results are as follows:
| split | hist | discretize (new function)
TNR | 0.93| 0.92 | 0.93
TPR | 0.91 | 0.92 | 0.92
Also changed the order of discretization. Now the expression is discretized after the subsetting.
Added raw_expression attribute which contains unprocessed expression, which is used for subsetting and also in future will be used for estimating the regulator's expression in heatmaps.
The text was updated successfully, but these errors were encountered:
Replaced the old discretization functions with a new one which is more concise and slightly more effective. Done with a 6cc934d commit.
I have tested this new function against the old methods using simulated data. The results are as follows:
| split | hist | discretize (new function)
TNR | 0.93| 0.92 | 0.93
TPR | 0.91 | 0.92 | 0.92
Also changed the order of discretization. Now the expression is discretized after the subsetting.
Added raw_expression attribute which contains unprocessed expression, which is used for subsetting and also in future will be used for estimating the regulator's expression in heatmaps.
The text was updated successfully, but these errors were encountered: