Description Usage Arguments Value References Examples
A wrapper function for mutual rank.
1 |
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.
1 2 3 4 5 | # Data
data <- runif(100)
dim(data) <- c(10,10)
# Inference
net <- mutrank.wrap(as.data.frame(data))
|
Loading required package: grndata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.