GithubHelp home page GithubHelp logo

mayerlelab / lcarsc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hcstubbe/lcarsc

1.0 1.0 0.0 3.97 MB

LCARS-C is a lightweight clinical data acquisition and recording software for clinical research.

License: MIT License

R 98.73% Dockerfile 0.85% Rez 0.42%

lcarsc's Introduction

LCARS-C

LCARS-C is a lightweight clinical data acquisition and management software for clinical research and other data-focused research projects. It is based on R Shiny and the golem framework.

Installation

Install from github:

install.packages("devtools")
devtools::install_github("hcstubbe/lcarsc")

Alternatively, clone this repository and install lcarsc from the repository’s base folder including the lcarsM dependency:

install.packages("devtools")
devtools::install_local("dependencies/lcarsM.tar.gz")
devtools::install_local()

Example

Using LCARS-C locally: In this example, the config and scientific databases are saved in the working directory as ‘db_test_data.sqlite3.sqlite3’ and ‘db_test_cfg.sqlite3.sqlite3’. The preview data is saved as ‘db_preview.sqlite3’. ‘db_preview.sqlite3’ is overwritten each time the software reboots or the page reloads.

library(lcarsc)
lcarsc::run_app(ecrf_database_driver = RSQLite::SQLite(),
        ecrf_dbhost = "dbtest",
        ecrf_dbname = "db_test_data.sqlite3",
        ecrf_dbuser = "test_user",
        ecrf_dbpassword = NULL,
        config_database_driver = RSQLite::SQLite(),
        config_dbpassword = NULL,
        config_dbhost = "dbtest",
        config_dbname = "db_test_cfg.sqlite3",
        config_dbuser = "test_user",
        options = list(host = '0.0.0.0', port = 3838))

Furter examples

Please refer to this link for further configuration examples.

lcarsc's People

Contributors

hcstubbe avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.