Description Usage Arguments Value Examples
View source: R/SpidermiRanalyze.R
SpidermiRanalyze_subnetwork_neigh create a sub network composed by the nodes in BI and, if some of them are connected to other nodes (even if not in BI), take also them (include all the edges among this bunch of nodes).
1 |
data |
SpidermiRanalyze_mirna_network output or SpidermiRanalyze_mirna_gene_complnet |
BI |
a set of biomarkers of interest |
dataframe with interactions
1 2 3 | miRNA_cN <-data.frame(gA=c('hsa-let-7a','hsa-miR-300'),gB=c('FOXM1','KPNA4'),stringsAsFactors=FALSE)
biomark_of_interest<-c("hsa-let-7a","CDK","FOXO1","hsa-miR-27a")
GIdirect_net_neigh<-SpidermiRanalyze_subnetwork_neigh(data=miRNA_cN,BI=biomark_of_interest)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.