Description Usage Arguments Value Examples
View source: R/SpidermiRanalyze.R
SpidermiRanalyze_Community_detection_bi find the cluster with biomarkers of interest
1 |
data |
SpidermiRanalyze_Community_detection output |
BI |
a set of biomarkers of interest |
a list with the cluster for each biomarkers of interest
1 2 3 4 | 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")
biomark_of_interest<-c("hsa-let-7a","CDK","FOXO1","hsa-miR-27a")
mol<-SpidermiRanalyze_Community_detection_bi(data=comm,BI=biomark_of_interest)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.