SpidermiRanalyze_Community_detection_bi {SpidermiR} | R Documentation |
SpidermiRanalyze_Community_detection_bi find the cluster with biomarkers of interest
SpidermiRanalyze_Community_detection_bi(data, BI)
data |
SpidermiRanalyze_Community_detection output |
BI |
a set of biomarkers of interest |
a list with the cluster for each biomarkers of interest
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)