RoKAI is a computation tool for inferring kinase activities in a robust manner using functional networks. If you are interested in performing RoKAI through a user-friendly online interface, please visit RoKAI Web Application (Mirror link).
To run RoKAI App locally on your R installation, simply run:
library(shiny)
runGitHub("rokaiapp", "serhan-yilmaz")
If desired, you can also run an earlier version of the application. For this purpose, specify the ref parameter to be one of the release versions, e.g.:
library(shiny)
runGitHub("rokaiapp", "serhan-yilmaz", ref = "v2.1.4")
