Learn R Programming

EGRNi (version 0.1.6)

PCN: Principal component regression based network

Description

Principal component regression based network

Usage

PCN(x)

Value

s matrix containing connectivity scores

Arguments

x

microarray dataset with genes in columns and samples in rows.

Author

Chiranjib Sarkar(cschiranjib9@gmail.com)

References

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.

Examples

Run this code
library(EGRNi)
data(gene_exp)
t_geneexp<-t(gene_exp)
PCN(t_geneexp)

Run the code above in your browser using DataLab