search for: node_scor

Displaying 1 result from an estimated 1 matches for "node_scor".

Did you mean: node_score
2011 Oct 12
2
How to transfer the variable into function in this code?
...diff_expr,diff_coex, klist, Pop_size, are included in the function. However, within the function, another variable "vector" is utilized in some subfunction. How they get its value? thx get_quantiles <-function(diff_expr,diff_coex,klist,pop_size){ ##### The function to get the "node_score_term" and "edge_score_term" of a sub-network denoted by "vector" my.fun<-function(vector){ return(diff_coex[vector[1],vector[2]]) } # "vector" is a binary vector with length equal to the size of the whole network. # An element of value "1" indic...