Skip to content

TMSBrainApp is an R Package for TMS brain mapping

Notifications You must be signed in to change notification settings

eosafu/TMSBrainApp0.1.0

Repository files navigation

TMSBrainApp

LOGOS TMSBrainApp is an R Package for TMS brain mapping, adopting a Bayesian spatial statistical technique. The package contains a shiny user interface, where one could perform Brain mapping in R without writing codes.

Please, follow the instructions on how to install the package on the R interface.

TMSBrainApp Installation Instruction

Required tools

Step 1. Manually install R-INLA package (version 21.11.22 or more recent) from its repository (https://www.r-inla.org/download-install):

		R > install.packages("INLA",repos=c(getOption("repos"),INLA="https://inla.r-inla-download.org/R/stable"), dep=TRUE)

or upgrade:

                R > inla.upgrade()

Step 2. On R interface, install "devtools" package from CRAN repository:

		R > install.packages("devtools")  
		R > library("devtools") 

Step 3. Intall TMSBrainApp from Github repository:

		R > install_github("eosafu/TMSBrainApp0.1.0")  
		R > library(TMSBrainApp) 

Step 4. To execute the TMSBrainApp interface:

		R > TMSapp.run()  

Navigate through the interface by clicking on the appropriate tabs. A sample of TMS Brain data is available for practice.

One can as well choose to work on a web browser rather than the R shiny interface. To do this: on the R shiny interface, cick on "Open in Browser".

About

TMSBrainApp is an R Package for TMS brain mapping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages