The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.

EGM

Lifecycle: experimental CRAN status R-CMD-check test-coverage

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.

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.