transmart/SmartR

Name: SmartR

Owner: TranSMART Project

Description: SmartR

Created: 2016-03-09 15:14:10.0

Updated: 2017-05-09 14:58:07.0

Pushed: 2017-11-15 08:19:51.0

Homepage:

Size: 5420

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

If you use SmartR in your publication please cite it:

https://doi.org/10.1093/bioinformatics/btx137

SmartR is a grails plugin seeking to improve the visual analytics of the tranSMART platform by using recent web technologies such as d3.

Heatmap Example

Installation tranSMART 16.2, eTRIKS v3 and younger builds

SmartR will be included by default. No modification necessary.

tranSMART 1.2.5 and 16.1
  1. Add `runtime ':smart-r:1.0-STABLE-SNAPSHOT'` to BuildConfig.groovy in the transmartApp source code.
  2. Compile a WAR file via `grails war` for deployment.
tranSMART 1.2.4 and older
  1. Add `runtime ':smart-r:1.0-STABLE-SNAPSHOT'` to BuildConfig.groovy in the transmartApp source code.
  2. Add the following code to transmartApp/web-app/js/datasetExplorer/datasetExplorer.js near »this location« :
    ltsTabPanel.insert(4, smartRPanel);
    `
    
  3. Compile a WAR file via `grails war` for deployment.
Requirements Releases Wiki

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.