Description Usage Arguments Value Author(s) Examples
View source: R/score_scaling.R
Perform standardization of the node score and edge score
1  | score_scaling(diff_expr, diff_coex)
 | 
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  | 
A list containing two components:
diff_expr | 
 A vector of the standardized F-statistics  | 
diff_coex | 
 A matrix of the standardized ECF-statistics  | 
Haisu Ma
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]])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.