Description Usage Arguments Value Examples
View source: R/SpidermiRvisualize.R
Visualize miRNA-target interaction and miRNA-target-gene starting from a set of biomarker of interest
1 |
data |
The input data is a dataframe containing network data. |
BI |
a set of biomarkers of interest |
3D graphic
1 2 3 | miRNA_cNET <-data.frame(gA=c('hsa-let-7a','hsa-miR-141'),gB=c('FOXM1','CDK'),stringsAsFactors=FALSE)
biomark_of_interest<-c("hsa-let-7a","CDK","FOXO1","hsa-miR-27a")
SpidermiRvisualize_BI(data=miRNA_cNET,BI=biomark_of_interest)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.