mutrank.wrap {netbenchmark} | R Documentation |
A wrapper function for mutual rank.
mutrank.wrap(data)
data |
Numeric matrix with the microarray dataset to infer the network. Columns contain variables and rows contain samples. |
mutrank.wrap
returns a matrix which is the weighted adjacency
matrix of the network inferred by Mutual Rank algorithm.
Obayashi, Takeshi, and Kengo Kinoshita. "Rank of correlation coefficient as a comparable measure for biological significance of gene coexpression." DNA research 16.5 (2009): 249-260.
# Data data <- grndata::getData(datasource.name = "toy",FALSE) # Inference net <- mutrank.wrap(data)