Learn R Programming

COSINE (version 2.0)

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

Description

Perform standardization of the node score and edge score

Usage

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_exprA vector of the standardized F-statistics
  • diff_coexA matrix of the standardized ECF-statistics

Examples

Run this code
data(set1_unscaled_diff)

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

Run the code above in your browser using DataLab