GithubHelp home page GithubHelp logo

yorgosa / pioneerwatchfulwaiting Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ohdsi-studies/pioneerwatchfulwaiting

0.0 1.0 0.0 168 KB

This study is part of the joint PIONEER - EHDEN - OHDSI studyathon in March 2021, and aims to advance understanding of clinical management and outcomes of watchful waiting in prostate cancer.

R 100.00%

pioneerwatchfulwaiting's Introduction

Long term outcomes of prostate cancer patients undergoing non-interventional management

Study Status: Repo Created

  • Analytics use case(s): Characterization
  • Study type: Clinical Application
  • Tags: cancer
  • Study lead: Giorgio Gandaglia
  • Study lead forums tag: please refer to keesvanbochove
  • Study start date: 09-Mar-2021
  • Study end date: -
  • Protocol: -
  • Publications: -
  • Results explorer: -

The aim of this study is to assess the long-term outcomes of prostate cancer patients managed with non-curative intent therapies in different disease risk profiles. The impact of life expectancy and comorbidities on the risk of recurrence and disease-free and overall survival will be assessed.

This study is undertaken by the joint prostate cancer studyathon of the IMI PIONEER project, the IMI EHDEN project and the OHDSI community (see announcement).

How to run

  1. Requirements for executing this package:

    • DatabaseConnector ( >= 3.0.0 )
    • SqlRender ( >= 1.6.8 )
  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/PioneerWatchfulWaiting")
    • from the command line on linux machines it could be done with
          R CMD build PioneerWatchfulWaiting
          R CMD INSTALL PioneerWatchfulWaiting_0.0.1.tar.gz
  3. Then, within an interactive R session, execute the adapted commands below. The commands below can also be found in extras/codeToRun.R

       library(PIONEER)
    
       connectionDetails <-  DatabaseConnector::createConnectionDetails(
         dbms = "",     ### Name of dialect (Type ?DatabaseConnector::createConnectionDetails to see how your dialect should be written)
         server = "",	  ### Server URL or IP
         user = "",	  ### Username
         password = "", ### Password
         port = 5439)
    
       cdmDatabaseSchema <- ""    ### Name of the schema where the CDM data are located
       targetDatabaseSchema <- "" ### Name of the schema where the results of the package will be saved
       cohortTable <- "pioneer"   ### Name of the table where the cohort data will be saved
       oracleTempSchema <- NULL   ### (Only for Oracle users)Name of temp schema
       outputFolder <- ""         ### Name of the folder the output will be saved (it should named after the database)
       days_offset <- 180         ### Days added to the index event start date
    
       con <- DatabaseConnector::connect(connectionDetails)
    
       PIONEER::execute(connection = con,
                       cdmDatabaseSchema = cdmDatabaseSchema,
                       targetDatabaseSchema = targetDatabaseSchema,
                       oracleTempSchema = oracleTempSchema,
                       cohortTable = cohortTable,
                       outputFolder = outputFolder,
                       createCohorts = T,
                       days_offset
       )

pioneerwatchfulwaiting's People

Contributors

yorgosa avatar keesvanbochove avatar schuemie 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.