View source: R/SpidermiRanalyze.R
SpidermiRanalyze_direct_net | R Documentation |
SpidermiRanalyze_direct_net finds other biomarkers that are related to a set of biomarkers of interest (the input of user) with direct interations.
SpidermiRanalyze_direct_net(data, BI)
data |
SpidermiRanalyze_mirna_network output or SpidermiRanalyze_mirna_gene_complnet |
BI |
a set of biomarkers of interest |
dataframe with direct interaction of biomarkers of interest
miRNA_cN <-data.frame(gA=c('hsa-let-7a','FOXM1'),gB=c('FOXM1','KPNA4'),stringsAsFactors=FALSE) biomark_of_interest<-c("hsa-let-7a","CDK","FOXO1","hsa-miR-27a") GIdirect_net<-SpidermiRanalyze_direct_net(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.