transform_importance_to_weights {RGBM} | R Documentation |
Log transforms the edge-weights in the inferred GRN
Description
This function performs an inverse absolute log-transformation of the non-zero edge weights in the final inferred GRN (A) to make the edge-weights more comprehensible and understandable.
Usage
transform_importance_to_weights(A)
Arguments
A |
Inferred GRN in the form of Ntfs-by-Ntargets matrix |
Value
Refined adjacency matrix A in the form of Ntfs-by-Ntargets matrix
Author(s)
Raghvendra Mall <rmall@hbku.edu.qa>
[Package RGBM version 1.0-11 Index]