View source: R/reconstruct_network.R
output_grn | R Documentation |
Generate grn format regulatory relationships
output_grn(regulatory_relationships)
regulatory_relationships |
regulatory relationships , columns should contain 'TF', 'TFSymbol', 'TFGroup', 'Target', 'TargetSymbol', 'TargetGroup' and 'Correlation' |
grn format regulatory relationships
load(system.file("extdata", "test_clustering.rda", package = "IReNA"))
Kmeans_cluster_Ens <- add_ENSID(test_clustering,Spec1='Hs')
motif1 <- Tranfac201803_Hs_MotifTFsF
regulatory_relationships <- get_cor(Kmeans_cluster_Ens,motif1,0.9)
grn <- output_grn(regulatory_relationships)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.