PLSN {EGRNi} | R Documentation |
Partial least square based network
Description
Partial least square based network
Usage
PLSN(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)
PLSN(t_geneexp)
[Package EGRNi version 0.1.6 Index]