metsynd

Diagnosis of Metabolic Syndrome

https://github.com/jagadishramasamy/metsynd

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
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Diagnosis of Metabolic Syndrome

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 2 years ago

https://github.com/jagadishramasamy/metsynd/blob/main/



# Metabolic Syndrome




The modified Adult Treatment Panel -III guidelines (ATP-III) proposed by
American Heart Association (AHA) and National Heart, Lung and Blood
Institute (NHLBI) are used widely for the clinical diagnosis of
Metabolic Syndrome. The AHA-NHLBI criteria advise using parameters such
as waist circumference (WC), systolic blood pressure (SBP), diastolic
blood pressure (DBP), fasting plasma glucose (FPG), triglycerides (TG)
and high-density lipoprotein cholesterol (HDLC) for diagnosis of
metabolic syndrome. Each parameter has to be interpreted based on the
proposed cut-offs, making the diagnosis slightly complex and
error-prone. This package is developed by incorporating the modified
ATP-III guidelines, and it will aid in the easy and quick diagnosis of
metabolic syndrome in busy healthcare settings and also for research
purposes. The modified ATP-III-AHA-NHLBI criteria for the diagnosis is
described by Grundy et al ., (2005)
.

## Installation

You can install this package by the following function

``` r
# install.packages("MetabolicSyndrome")
```

## Example

``` r
library(MetabolicSyndrome)
```

    MetabolicSyndrome(x)

``` r
# x is the dataframe containing all the parameters required to dignose metabolic syndrome.
```

## Description of the dataframe (x)

Use the exact column names as specified below

Gender - Gender in Male or Female

WC -Waist Circumference in cm

TG - Triglycerides in mg/dL

HDLC - High Density Lipoprotein Cholesterol in mg/dL

SBP - Systolic BP in mm Hg

DBP - Diastolic BP in mm Hg

FPG - Fasting plasma glucose in mg/dL

Owner

  • Name: Jagadish R
  • Login: jagadishramasamy
  • Kind: user

GitHub Events

Total
Last Year

Packages

  • Total packages: 1
  • Total downloads:
    • cran 177 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: MetabolicSyndrome

Diagnosis of Metabolic Syndrome

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 177 Last month
Rankings
Dependent packages count: 28.5%
Dependent repos count: 36.9%
Average: 51.2%
Downloads: 88.2%
Maintainers (1)
Last synced: 7 months ago