GithubHelp home page GithubHelp logo

yorgosa / alcoholicliverdisease Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ohdsi-studies/alcoholicliverdisease

0.0 1.0 0.0 437 KB

Alcoholic Liver Disease (ALD): Medication and clinical parameters associated with course of disease

R 100.00%

alcoholicliverdisease's Introduction

Alcoholic Liver Disease (ALD): Medication and clinical parameters associated with course of disease

Study Status: Started

  • Analytics use case(s): Characterization, Population-Level Estimation
  • Study type: Clinical Application
  • Tags: Liver, Alcoholic liver disease, Drug, Gender
  • Study lead: Prof. Dr. Dr. Andreas Teufel, Medical Faculty Mannheim, Heidelberg University, Germany
  • Study lead forums tag: Andreas Teufel
  • Study start date: -
  • Study end date: -
  • Protocol: Here
  • Publications: -
  • Results explorer: -

Within this study we are interested in investigating new treatment options for patients with alcoholic liver disease respectively inside different sub groups as well as gender specific in respect of the overall survival of the patients.

How to run

  1. Requirements for executing this package:

    • DatabaseConnector ( >= 2.1.4 )
    • SqlRender ( >= 1.5.2 )
    • survival ( >= 2.42-4 )
  2. The package needs to be installed into the R environment.

    • with the devtools package inside a R session it could be done with
         devtools::install_github("ohdsi-studies/AlcoholicLiverDesease")
    • from the command line on linux machines it could be done with
          R CMD build AlcoholicLiverDisease
          R CMD INSTALL AlcoholicLiverDisease_0.0.1.tar.gz
  3. Then, within an interactive R session, execute the adapted commands below.

       library(AlcoholicLiverDisease)
    
       connectionDetails <- DatabaseConnector::createConnectionDetails(
           dbms = "sql server",          # DB Server type
           server = "localhost",         # URL / IP
           user = "<user>",              # user for connection
           password = "<password>",      # password for connection
           schema="<schema>",            # DB schema
           port = "1433"                 # port
       )
    
       execute(
           connectionDetails,
           sourceName="abbreviation"     # Abbreviation for the origin of DB
       )

    The parameter sourceName is only used to connect the results with the origin. Therefore, please provide your institution or DB abbreviation as the sourceName parameter.

  4. Once the execution is finished, the results will be placed as ZIP files inside the temporary directory of the R session. Please send them back to the study coordinator.

alcoholicliverdisease's People

Contributors

kmkostka avatar titzel avatar

Watchers

James Cloos 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.