Description Usage Arguments Value Examples
View source: R/SpidermiRanalyze.R
SpidermiRanalyze_degree_centrality provides degree centrality, defined as the total number of direct neighbors for each gene.
1 |
data |
SpidermiRanalyze_mirna_network output or SpidermiRanalyze_mirna_gene_complnet |
cut |
parameter cut is able to cut off other genes |
dataframe with the ranked number of direct neighobors for each gene of the network
1 2 3 | miRNA_cN <-data.frame(gA=c('hsa-let-7a','hsa-miR-300'),gB=c('FOXM1','KPNA4'),stringsAsFactors=FALSE)
biomark_of_interest<-c("hsa-let-7a","CDK","FOXO1","hsa-miR-27a")
top10_cent<-SpidermiRanalyze_degree_centrality(miRNA_cN)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.