inst/shinyapp/R/communitydetection.R

library(shiny)

communitydetection<-fluidRow(
           column(6,selectInput("centrality_method","Method for centrality analysis:",c("eigenvector","betweenness","degree.count","degree.weight","closeness")))
)
joneslabemory/xMWAS documentation built on May 21, 2019, 1:44 p.m.