transform_importance_to_weights: Log transforms the edge-weights in the inferred GRN

View source: R/proposed_steps.R

transform_importance_to_weightsR 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>


RGBM documentation built on April 14, 2023, 9:10 a.m.