apply_row_deviation {RGBM} | R Documentation |
Apply row-wise deviation on the inferred GRN
Description
This function performs a row-wise standard deviation of network A to generate an S1 matrix which is then used to modify the weights in network A
Usage
apply_row_deviation(A,Ntfs,Ntargets)
Arguments
A |
Inferred GRN in the form of Ntfs-by-Ntargets matrix |
Ntfs |
Total number of transcription factors used in the experiment. |
Ntargets |
Total number of target genes used in the experiment |
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]