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…
WFDB
-compatible signal data to an R
format that is
interchangeablePlease see the vignettes for further details on usage.
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.