CalculateAdj | R Documentation |
CalculateAdj(Annotation)
Annotation |
n_genes*n_pathways dimensional matrix that indicates the annotation of genes within pathways information. |
Adj |
the adjacency matrix of network structure. |
Annotation <- matrix(c(1,1,0,0,0,0,1,1), nrow = 4, ncol = 2)
Annotation <- data.matrix(Annotation)
CalculateAdj(Annotation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.