PCN {EGRNi}R Documentation

Principal component regression based network

Description

Principal component regression based network

Usage

PCN(x)

Arguments

x

microarray dataset with genes in columns and samples in rows.

Value

s matrix containing connectivity scores

Author(s)

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

library(EGRNi)
data(gene_exp)
t_geneexp<-t(gene_exp)
PCN(t_geneexp)

[Package EGRNi version 0.1.6 Index]