View source: R/connectivity_score.R
PCN | R Documentation |
Principal component regression based network
PCN(x)
x |
microarray dataset with genes in columns and samples in rows. |
s matrix containing connectivity scores
Chiranjib Sarkar(cschiranjib9@gmail.com)
Sarkar, C., Parsad, R., Mishra, D.C. and Rai, A (2020). An ensemble approach for gene regulatory network study in rice blast. Journal of Crop and Weed , 16 , 1-8.
library(EGRNi) data(gene_exp) t_geneexp<-t(gene_exp) PCN(t_geneexp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.