https://github.com/vccri/cardiacprofiler
CardiacProfileR: An R package for extraction and visualisation of heart rate profiles from wearable fitness trackers
https://github.com/vccri/cardiacprofiler
Last synced: about 1 month ago
JSON representation
CardiacProfileR: An R package for extraction and visualisation of heart rate profiles from wearable fitness trackers
- Host: GitHub
- URL: https://github.com/vccri/cardiacprofiler
- Owner: VCCRI
- License: mit
- Created: 2018-02-27T06:40:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T19:56:51.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T16:11:08.260Z (about 2 months ago)
- Language: R
- Homepage:
- Size: 2.12 MB
- Stars: 12
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CardiacProfileR
An R package for extraction and visualisation of heart rate profiles from wearable fitness monitorsThe widespread availability of affordable wearable heart rate monitors has enabled collection of personalised heart rate data possible. Here we present an open source R package CardiacProfileR for extraction, analysis and visualistion of heart rate dynamics upon physical exertions from data generated from common wearable heart rate monitors such as Fitbit, Garman and AppleWatch. This package represents a first step in large-scale extractiion of a key personlised cardiovascular phenotype from modern wearable devices.

# Installation
You can install CardiacProfileR using the 'devtools' package:> install.packages("devtools")
> library(devtools)
> devtools::install_github("VCCRI/CardiacProfileR")
# Usage
An example pipeline using CardiacProfileR has been provided in the demo/ directory on the VCCRI/CardiacProfileR github [link here](https://github.com/VCCRI/CardiacProfileR/blob/master/demo/pipeline.R).To run the demo pipeline use the following command:
> demo("pipeline", package = "CardiacProfileR")
# Documentation
To view the full list of available functions use the following command:> help(package = "CardiacProfileR")
To view specific function documentation:
> ?load_tcx_file
> help("load_tcx_file")