Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.4%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

FMM R package codes

Basic Info
  • Host: GitHub
  • Owner: FMMGroupVa
  • License: gpl-3.0
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 145 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 4
Created over 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

FMM base R Package

This repository contains the source codes of the FMM R package which implements the core of the FMM approach.

Overview

The FMM (Frequency Modulated Möbius) model is a nonlinear parametric regression model designed to analyze nearly periodic, non-sinusoidal physiological time series, extracting key features encoded in time-varying oscillatory morphology. This method decomposes signals into harmonic functions, known as Möbius waves, which are characterized by four physiologically interpretable parameters: amplitude ($A$), location ($\alpha$), width/sharpness ($\omega$), and direction/symmetry ($\beta$).

The FMM approach has demonstrated its effectiveness across various fields, including cardiology, neuroscience, and circadian biology, among many others. Readers may refer to [1-3] for further details.

How to use

CRAN_Status_Badge

The FMM R package provides a collection of well-documented functions to fit and explore single, multi-component, and restricted FMM models in the programming language R.

Installation

```

Can be installed directly from CRAN

install.packages("FMM")

Or the development version from GitHub:

install.packages("devtools")

devtools::install_github("FMMGroupVa/FMM") ```

Using FMM

To get acquainted with some of the important functions, read the vignette:

```

Overview of the package

vignette("FMMVignette", package = "FMM") ```

References

[1] Rueda, C., Larriba, Y., & Peddada, S. D. (2019). Frequency modulated möbius model accurately predicts rhythmic signals in biological and physical sciences. Scientific reports, 9(1), 18701.

[2] Rueda, C., Rodríguez-Collado, A., & Larriba, Y. (2021). A novel wave decomposition for oscillatory signals. IEEE Transactions on Signal Processing, 69, 960-972.

[3] Rueda, C., Larriba, Y., & Lamela, A. (2021). The hidden waves in the ECG uncovered revealing a sound automated interpretation method. Scientific reports, 11(1), 3724.

Owner

  • Login: FMMGroupVa
  • Kind: user

GitHub Events

Total
  • Issues event: 2
  • Watch event: 1
  • Push event: 7
Last Year
  • Issues event: 2
  • Watch event: 1
  • Push event: 7

Packages

  • Total packages: 1
  • Total downloads:
    • cran 277 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 6
  • Total maintainers: 1
cran.r-project.org: FMM

Rhythmic Patterns Modeling by FMM Models

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 277 Last month
Rankings
Forks count: 21.9%
Dependent packages count: 29.8%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Average: 37.3%
Downloads: 64.4%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5 depends
  • doParallel * imports
  • foreach * imports
  • iterators * imports
  • methods * imports
  • parallel * imports
  • rlang * imports
  • RColorBrewer * suggests
  • ggplot2 * suggests
  • gridExtra * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests