Skip to content

Information regarding presentation on the extraction of data from the Epic EHR database.

License

Notifications You must be signed in to change notification settings

lemaslab/BEACH-EHR-PRESENTATION

Repository files navigation

TITLE OF YOUR PAPER GOES HERE

YOUR PAPER'S ABSTRACT GOES HERE

Overview

project
|
|- code/          # any programmatic code	
|
|- data/          # raw and processed and analysis data, are not changed once created
| |- analysis/    # analysis data derived from cleaned data
| |- processed/   # cleaned data derived from raw data
| |- raw/         # raw data
|                 
|- exploratory/   # exploratory data analysis for study
| |- notebook/    # preliminary analyses
| +- scratch/     # temporary files that can be safely deleted or lost
|
|- presentation/  # powerpoint related to project 	
|
|- results        # all output from workflows and analyses
| |- tables/      # text version of tables to be rendered with kable in R
| |- figures/     # graphs, likely designated for manuscript figures
| +- pictures/    # diagrams, images, and other non-graph graphics
|
|- CONTRIBUTING   # instructions for how to contribute to this project
|- INSTRUCTIONS   # instructions for how to get started with with github
|- LICENSE        # the license for this project
|- README         # the top level description of content (this doc)

How to regenerate this repository

Dependencies and locations

  • Gnu Make should be located in the user's PATH
  • R (v. 3.X.X) should be located in the user's PATH
  • R packages:
    • knitr
    • rmarkdown
  • etc

Running analysis

About

Information regarding presentation on the extraction of data from the Epic EHR database.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages