normalize_matrix_colwise: Column normalize the obtained adjacency matrix

View source: R/proposed_steps.R

normalize_matrix_colwiseR Documentation

Column normalize the obtained adjacency matrix

Description

We perform a column normalization on an adjacency matrix A equivalent to inferred GRN

Usage

normalize_matrix_colwise(A,Ntargets)

Arguments

A

Inferred GRN in the form of Ntfs-by-Ntargets matrix

Ntargets

Total number of target genes used in the experiment

Value

Column Normalized GRN of size Ntfs-by-Ntargets

Author(s)

Raghvendra Mall <rmall@hbku.edu.qa>


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