score_scaling: To get the normalzied F-statistics and ECF-statistics

Description Usage Arguments Value Author(s) Examples

View source: R/score_scaling.R

Description

Perform standardization of the node score and edge score

Usage

1
score_scaling(diff_expr, diff_coex)

Arguments

diff_expr

The vector storing the F-statistics measuring the differential expression of each gene

diff_coex

The matrix storing the ECF-statistics measuring the differential correlation of each gene pair

Value

A list containing two components:

diff_expr

A vector of the standardized F-statistics

diff_coex

A matrix of the standardized ECF-statistics

Author(s)

Haisu Ma

Examples

1
2
3
4
data(set1_unscaled_diff)

scaled_diff_set1 <- score_scaling(diff_expr=set1_unscaled_diff[[1]],
diff_coex=set1_unscaled_diff[[2]])

COSINE documentation built on May 1, 2019, 10:21 p.m.