View source: R/connectivity_score.R
PLSN | R Documentation |
Partial least square based network
PLSN(x)
x |
microarray dataset with genes in columns and samples in rows. |
s matrix containing connectivity scores
library(EGRNi) data(gene_exp) t_geneexp<-t(gene_exp) PLSN(t_geneexp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.