Package: RHRT 1.1

RHRT: Heart Rate Turbulence Analysis

Methods to scan RR interval data for Premature Ventricular Complexes (PVCs) and parameterise and plot the resulting Heart Rate Turbulence (HRT). The methodology of HRT analysis is based on the original publication by Schmidt et al. <doi:10.1016/S0140-6736(98)08428-1> and extended with suggestions from <doi:10.1088/1361-6579/ab98b3>.

Authors:Valeria Blesius [aut, cre]

RHRT_1.1.tar.gz
RHRT_1.1.zip(r-4.5)RHRT_1.1.zip(r-4.4)RHRT_1.1.zip(r-4.3)
RHRT_1.1.tgz(r-4.4-any)RHRT_1.1.tgz(r-4.3-any)
RHRT_1.1.tar.gz(r-4.5-noble)RHRT_1.1.tar.gz(r-4.4-noble)
RHRT_1.1.tgz(r-4.4-emscripten)RHRT_1.1.tgz(r-4.3-emscripten)
RHRT.pdf |RHRT.html
RHRT/json (API)

# Install 'RHRT' in R:
install.packages('RHRT', repos = c('https://vblesius.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/vblesius/rhrt/issues

Datasets:

On CRAN:

8 exports 4 stars 1.01 score 0 dependencies 20 scripts 132 downloads

Last updated 3 years agofrom:4fdecbc902. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 16 2024
R-4.5-winOKSep 16 2024
R-4.5-linuxOKSep 16 2024
R-4.4-winOKSep 16 2024
R-4.4-macOKSep 16 2024
R-4.3-winOKSep 16 2024
R-4.3-macOKSep 16 2024

Exports:calcAvHRTgetHRTParamsgetPositionsgetResultsgetRRsinitializeplotvectorToHRT

Dependencies:

RHRT: Example Pipelines

Rendered fromexamples.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2021-09-17
Started: 2021-08-12

RHRT: Objects and Functions

Rendered fromobjects_functions.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2021-09-17
Started: 2021-08-12

RHRT: Synopsis for the hasty (Quick-start guide)

Rendered fromsynopsis.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2021-08-12
Started: 2021-08-12

RHRT: Scientific Background

Rendered frombackground.Rmdusingknitr::rmarkdownon Sep 16 2024.

Last update: 2021-08-12
Started: 2021-08-12

Readme and manuals

Help Manual

Help pageTopics
S4 class to represent an avHRT objectavHRT initialize,avHRT-method
Calculate an avHRT objectcalcAvHRT calcAvHRT,HRTList-method
Calculate HRT parameterscalcHRTParams calcHRTParams,HRT-method
Calculate TO parameterscalcTO calcTO,HRT-method
Calculate TS parameterscalcTS calcTS,HRT-method
Checks annotations for compatibilitycheckAnnotations
Checks RR-intervals for HRT criteria and returns an HRT objectcheckForHRT
Checks data input for compatibilitycheckInput
Checks whether slots are setcheckValidity checkValidity,HRT-method checkValidity,HRTList-method
Cleans data input for further checks or calculationcleanInput
Extracts all values of a special slot out of a HRTListgetHRTParams getHRTParams,HRTList-method
Finds HRTsgetHRTs
Get positions of PVCsgetPositions getPositions,HRTList-method
Get averaged HRT parametersgetResults getResults,HRTList-method
Returns the VPCS intervals in right ordergetRRs getRRs,HRT-method
S4 class to represent an HRT objectHRT initialize,HRT-method
S4 class to represent a list of HRT objectsHRTList initialize,HRTList-method
Plot an HRT objectplot,HRT-method
Plot an HRTList objectplot,HRTList-method
Apply method on sliding windowroll
Long term datatestdataLong
Long term data annotationstestdataLong_Ann
Convert a vector to HRTListvectorToHRT