SpidermiRanalyze_Community_detection_net {SpidermiR} | R Documentation |
SpidermiRanalyze_direct_net find the direct interactions from a specific community
SpidermiRanalyze_Community_detection_net(data, comm_det, size)
data |
SpidermiRanalyze_mirna_network output or SpidermiRanalyze_mirna_gene_complnet |
comm_det |
SpidermiRanalyze_Community_detection |
size |
the index of community detection obtained from SpidermiRanalyze_Community_detection |
dataframe with the interatcions
miRNA_cN <-data.frame(gA=c('hsa-let-7a','hsa-miR-300'),gB=c('FOXM1','KPNA4'),stringsAsFactors=FALSE) comm<- SpidermiRanalyze_Community_detection(data=miRNA_cN,type="FC") cd_net<-SpidermiRanalyze_Community_detection_net(data=miRNA_cN,comm_det=comm,size=1)