SpidermiRanalyze_Community_detection_bi {SpidermiR}R Documentation

Community detection from biomarkers of interest

Description

SpidermiRanalyze_Community_detection_bi find the cluster with biomarkers of interest

Usage

SpidermiRanalyze_Community_detection_bi(data, BI)

Arguments

data

SpidermiRanalyze_Community_detection output

BI

a set of biomarkers of interest

Value

a list with the cluster for each biomarkers of interest

Examples

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)

[Package SpidermiR version 1.10.0 Index]