Skip to content
Dominick J. Lemas edited this page Jan 28, 2022 · 3 revisions

Welcome to the ehr-preeclampsia-model wiki!

Elixhauser Comorbidity Index (http://mchp-appserv.cpe.umanitoba.ca/viewConcept.php?printer=Y&conceptID=1436)

R package: https://cran.r-project.org/web/packages/comorbidity/comorbidity.pdf

https://www.uptodate.com/contents/image/print?imageKey=NEPH%2F119146&topicKey=OBGYN%2F6825&source=outline_link#:~:text=%C2%B6%20In%20patients%20with%20no,0%20to%2036%2B6%20weeks

To access the shiny app, you’ll first need to install docker app, docker pull dgarmire/coxnnet-v2:1.0.1.

Then start docker and input:

docker run --rm -p 8091:8091 -d -it dgarmire/coxnnet-v2:1.0.1

in you terminal.

Finally, navigate to

127.0.0.1:8091

in the browser, where you can upload the test data. It may take up to 10 mins to download all

required material the first time you access the app, but the actual running time should be very brief.

upload test_data_example.csv.

goal is to create analysis-ready data.

goal complete.

need to check over data again.