Giter Site home page Giter Site logo

narayanlab / react_mapping Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 54 KB

Repository contains codes to run REACT mapping algorithm. REACT maps are a novel approach to identify organized islands in atrial fibrillation.

Home Page: https://www-ncbi-nlm-nih-gov.laneproxy.stanford.edu/pmc/articles/PMC10227659/

ablation artificial-intelligence atrial-fibrillation clinical-research computer-simulation-and-modeling

react_mapping's Introduction

REACT_Mapping

Repetitive Activity (REACT) Mapping of Atrial Tachyarrhythmias

Repository contains codes to compute REACT maps from input electrgram signals. REACT mapping is a novel approach to identify islands with organized electrograms in atrial fibrillation.

Full paper: https://academic.oup.com/europace/advance-article/doi/10.1093/europace/euad055/7080278

Update on 04/17/2023: New version has an option to run it in serial or parallel.

Update on 07/15/2023: Option to automatically calculate cycle length (algorithm uses autocorrelation)

Code execution syntax:

Generate_REACT_Map(offset, egmMat, rhythmType, CL, chamber, parallelProcessing, tsegment)

offset: Basket catheter spline offset ('A' or 'B' or 'C' or...'H').

egmMat: [time x 64] matrix of electrograms - consider truncating time to as less samples as possible for better execution speed

rhythmType: 'AF' or 'AT'

CL: [1x64] Cycle length of each electrogram. If CL is unknown, then leave it empty, i.e. [], to automatically calculate it.

Chamber: 1 for LA and 0 for RA

parallelProcessing: 1 for yes and 0 for no

tsegment: timesamples range

Example usage: Generate_REACT_Map('A', EGM(100:3400), 'AF', [], 1, 1, 100:3400)

Picture1

react_mapping's People

Contributors

prash030 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.