Description Usage Arguments Value Examples
View source: R/SpidermiRanalyze.R
SpidermiRanalyze_direct_net find the direct interactions from a specific community
1 | 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
1 2 3 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.