CRN {EGRNi} | R Documentation |
Correlation based network
Description
Correlation based network
Usage
CRN(x)
Arguments
x |
microarray dataset with genes in columns and samples in rows. |
Value
s matrix containing connectivity scores
Examples
library(EGRNi)
data(gene_exp)
t_geneexp<-t(gene_exp)
CRN(t_geneexp)
[Package EGRNi version 0.1.6 Index]