Learn R Programming

SpidermiR (version 1.1.8)

SpidermiRanalyze_Community_detection_bi: 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

Run this code
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)

Run the code above in your browser using DataLab