The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

kesernetwork

Lifecycle: experimental

Overview

The kesernetwork builds a shiny app to visualize the knowledge networks for the code concepts. Using co-occurrence matrices of EHR codes from Veterans Affairs (VA) and Massachusetts General Brigham (MGB), the knowledge extraction via sparse embedding regression (KESER) algorithm was used to construct knowledge networks for the code concepts.

Installation

Install the released version of kesernetwork from CRAN:

install.packages("kesernetwork")

Or install the development version from GitHub with:

install.packages("remotes")
remotes::install_github("celehs/kesernetwork")

Usage

This is a basic example which shows you how to run the kesernetwork app. Remember you need to get access to the data and save it to your local computer. In order to guarantee some dependencies are loaded, you must use library(kesernetwork) beforehand, instead of directly running kesernetwork::run_app().

library(kesernetwork)
run_app(Rdata_path = "path/to/kesernetwork.RData")

See the getting started guide to learn how to use kesernetwork.

Citations

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.