poc-scoping-review

Scoping review of the methods to compute the "Probability of Causation (PoC)" or assigned share of an exposure as the cause of a multi-causal disease.

https://github.com/utrechtuniversity/poc-scoping-review

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 6 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Scoping review of the methods to compute the "Probability of Causation (PoC)" or assigned share of an exposure as the cause of a multi-causal disease.

Basic Info
  • Host: GitHub
  • Owner: UtrechtUniversity
  • License: mit
  • Language: R
  • Default Branch: main
  • Size: 7.05 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

Evaluation of the probability of causation approach for lung cancer: Scoping review

Preregistration DOI

This is a scoping review of the methods applied for the calculation of the probability of causation (PoC) or assigned share of a disease or health outcome due to an (occupational) exposure. The main interests are on uses for lung cancer and its financial compensation in the context of occupational exposures, although flexibility will be allowed within the framework of a scoping review to gain further insight into the concept, methods, and potential alternatives in other use cases.

This study is registered in the Open Science Framework: https://doi.org/10.17605/OSF.IO/9EVSY

How to use

The suggested use of this repository starts with making sure that R and RStudio are installed in your computer: 1. Install R and RStudio on your computer if you haven't done so. (Note that these analyses were conducted under R version 4.4.0 and RStudio 2024.04.0). 2. Clone this repository. If you do not know how to do this, you can follow these instructions. Alternatively, you can download the ZIP file, unpack it, and place it in a folder in your computer. 3. You should now have all these files in your computer with an identical folder structure (described in the following section). 4. In the main directory, open the file named PoC-scoping-review.Rproj in RStudio. 5. You can navigate through the folders on the right-bottom panel of R Studio. Open the R folder. You should now see a series of files ending with .qmd. 6. Open one of the .qmd files. You can run every chunk of code sequentially to reproduce the analyses. Make sure to respect the order and if something fails, I recommend that you start running al chunks of code from the beginning. If you don't know how to run a chunk of code, you can imitate what this person is doing. If you get a message saying "Access denied", change from Visual to Source mode which can be done with the Ctrl+Shift+F4 command. 7. Please note that scripts are meant to be sourced into the flow of analyses in the main .qmd files. You may encounter problems if you attempt to run the scripts independently.

If you are not able to follow the prior steps, you may also consider reviewing the documents explaining and documenting the analyses.

Code

Protocol versions

Available in the docs/protocol folder.

Project Structure

The project structure distinguishes three kinds of folders: - read-only (RO): not edited by either code or researcher - human-writeable (HW): edited by the researcher only. - project-generated (PG): folders generated when running the code; these folders can be deleted or emptied and will be completely reconstituted as the project is run.

```
. ├── .gitignore ├── CITATION.cff ├── LICENSE ├── README.md ├── PoC-scoping-review.Rproj ├── asreview <- ASReview project and data files (RO) ├── data <- All project data files, hidden by default. │ ├── processed <- The final, canonical data sets for modeling. (PG) │ ├── raw <- The original, immutable data. (RO) │ └── temp <- Intermediate data that has been transformed. (PG) ├── docs <- Documentation for users (HW) │ ├── manuscript <- Manuscript source, docx, html. (HW) │ ├── presentations <- Presentations, pptx, pdf. (HW) │ ├── protocol <- Protocol versions, docx. (HW) │ ├── searchquery <- Search query documentation, txt, csv, html. (HW) │ └── reports <- Project reports, pdf. (HW) ├── results │ ├── outputfigures <- Figures for the manuscript or reports (PG) │ └── output_tables <- Output tables for the manuscript (PG) └── R <- Source code for this project (HW) ├── scripts <- Scripts sourced in main R markdown documents (PG) └── sessions <- Text files with information of R sessions (PG)

```

Although I have made significant efforts to ensure reproducibility of this project, I encourage you to contact me or post a request in this repository in case you encounter any issues.

License

This project is licensed under the terms of the MIT License by Utrecht University and Lexces.

For all uses related to Lexces, please refer to their copyright notice.

This project structure repository is adapted from the Utrecht University simple R project template, which builds upon the Good Enough Project Cookiecutter template by Barbara Vreede (2019).

Owner

  • Name: Utrecht University
  • Login: UtrechtUniversity
  • Kind: organization
  • Email: info.rdm@uu.nl
  • Location: Utrecht, The Netherlands

The central place for managing code and software for Utrecht University researchers and employees

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
  Evaluation of methods for workers' compensation of lung
  cancer presumably due to workplace exposures: A scoping
  review
message: 'If you use this software, please cite it as below.'
type: software
authors:
  - given-names: Javier
    family-names: Mancilla Galindo
    affiliation: >-
      Institute for Risk Assessment Sciences, Utrecht
      University, Utrecht, The Netherlands
    orcid: 'https://orcid.org/0000-0002-0718-467X'
    email: j.mancillagalindo@uu.nl
  - given-names: Martijn A. H.
    family-names: Oude Voshaar
    affiliation: >-
      Department of Public Health, Erasmus Medical Center,
      Rotterdam, The Netherlands
  - given-names: Lützen
    family-names: Portengen
    affiliation: >-
      Institute for Risk Assessment Sciences, Utrecht
      University, Utrecht, The Netherlands
  - given-names: David
    family-names: van Klaveren
    affiliation: >-
      Department of Public Health, Erasmus Medical Center,
      Rotterdam, The Netherlands
  - given-names: Roel
    family-names: Vermeulen
    affiliation: >-
      Institute for Risk Assessment Sciences, Utrecht
      University, Utrecht, The Netherlands
  - given-names: Susan
    family-names: Peters
    affiliation: >-
      Institute for Risk Assessment Sciences, Utrecht
      University, Utrecht, The Netherlands
identifiers:
  - type: doi
    value: 10.17605/OSF.IO/9EVSY
    description: >-
      Registration in the Open Science Framework for this
      scoping review
repository-code: 'https://github.com/UtrechtUniversity/PoC-scoping-review'
url: 'https://github.com/UtrechtUniversity/PoC-scoping-review'
keywords:
  - probability of causation
  - assigned share
  - cancer
  - causality
  - scoping review
license: MIT

GitHub Events

Total
  • Member event: 1
  • Push event: 4
  • Create event: 2
Last Year
  • Member event: 1
  • Push event: 4
  • Create event: 2