Skip to content

Evaluation of electrophysiological signals

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
LICENSE.md
Notifications You must be signed in to change notification settings

shah-in-boots/EGM

Repository files navigation

EGM

Lifecycle: experimental CRAN status R-CMD-check pkgdown test-coverage Codecov test coverage Github commit frequency

The purpose of {EGM} is to work with electrophysiology (EP) signal data to help understand and simplify the complexity of complex, multi-channel electrical signal data. The target audience is those working, in particular, with cardiac electrophysiology data, from intracardiac electrograms to surface electrocardiography. The package is heavily inspired by and gains additional functionality from the Waveform Database (WFDB) software package.

The goals and major arms of this software are…

  1. Adapt WFDB-compatible signal data to an R format that is interchangeable
  2. Provide simple visualization tools to work with short elements of raw signal data
  3. Allow for annotation of intracardiac electrograms in an interactive manner
  4. Train and allow development of learning algorithms for the evaluation of multi-channel time series data

Please see the vignettes for further details on usage.

Installation

You can install the released version of {EGM} from CRAN with:

install.packages("EGM")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("shah-in-boots/EGM")

Notably, the package software utilizes the WFDB software if it is available. You can expect errors in calling commands until the software is appropriately installed. Further installation instructions are available on the Github site.