/shiva

Evaluation of electrophysiological signals

Primary LanguageROtherNOASSERTION

shiva

R-CMD-check Codecov test coverage Lifecycle: experimental

When looking at cardiac electrogram data, an important practice is identifying intervals between depolarizations. These range from sinoatrial conduction properties, atrioventricular and ventriculoatrial intervals, Hissian intervals, etc. These names (STIMULATION, HISSIAN, INTERVALS, VENTRICULAR, ATRIAL) were put into an anagram for the name of the package: shiva.

The goal of shiva is to work with electrophysiology (EP) signal data to help evaluate intervals, pacing maneuvers, stimulation protocols, as well as generate informative plots for teaching/learning and understanding of EP studies.

Installation

You can install the released version of shiva from CRAN with:

#install.packages("shiva")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("asshah4/shiva")