Skip to main content

This library contains several utilities and scores commonly used in multiple

Project description

python-mssev

This library contains several utilities and scores commonly used in multiple sclerosis studies.

Installation

pip install mssev

Usage

import mssev as ms

Calculating irreversible disability

If you want to calculate some irreversible disability measure (such as the Expanded Disability Status Scale or EDSS), you can do so with the following code:

followups["IEDSS"] = ms.irreversible_ds(followups, pid="pid", ds="edss", t="date")

Calculating the MSSS

The Multiple Sclerosis Severity Score (MSSS) is obtained by normalising the Expanded Disability Status Scale (EDSS) score for disease duration and has been a valuable tool in cross-sectional studies. You can read the original article here.

You can calculate the MSSS for every patient with the following:

patients["MSSS"] = ms.MSSS(patients, ds="edss", duration="dd")

If you want to calculate the MSSS for each follow-up assessment, you can do so like this:

followups["MSSS"] = ms.MSSS(followups, ds="edss", duration="dd")

If you have a cohort of pediatric-onset MS (POMS) patients, you should use the Ped-MSSS score (see the article here). For that, you can either pass ref="santoro" to the MSSS function or use the PedMSSS alias:

# both are equivalent
patients["PedMSSS"] = ms.MSSS(patients, ref="santoro", ds="edss", duration="dd")
patients["PedMSSS"] = ms.PedMSSS(patients, ds="edss", duration="dd")

Calculating the ARMSS

The ARMSS (Age-Related Multiple Sclerosis Severity) score is the result of standardizing the EDSS by age. Using age for the calculation instead of disease duration offers several advantages, not least of which are its availability, ease of measurement and absence of bias. If you want more information, you should read the original article.

You can easily calculate the ARMSS for every patient like this:

patients["ARMSS"] = ms.ARMSS(patients, ds="edss", age="ageatedss")

Or alternatively, you can calculate it for every follow-up assessment like this:

followups["ARMSS"] = ms.ARMSS(followups, ds="edss", age="ageatedss")

Calculating the P-MSSS

The patient-derived MS Severity Score (P-MSSS) enables patients to rank their disability relative to others with similar disease duration. It does not require clinician input which means it can be use in a remote setting or as a more cost- effective alternative outcome measure for epidemiologic research. If you want more information, you should check the original article here.

In mssev, the P-MSSS score is implemented by the PMSSS function:

patients["PMSSS"] = ms.PMSSS(patients, ds="pdds", duration="dd")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mssev-0.5.2.tar.gz (26.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mssev-0.5.2-py3-none-any.whl (24.4 kB view details)

Uploaded Python 3

File details

Details for the file mssev-0.5.2.tar.gz.

File metadata

  • Download URL: mssev-0.5.2.tar.gz
  • Upload date:
  • Size: 26.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.2

File hashes

Hashes for mssev-0.5.2.tar.gz
Algorithm Hash digest
SHA256 70b390b01636cb7636bedeacf17a0df066b081e12d0e044d2bed4b834066873d
MD5 41f9b22010b86b2c09f471e2bde201c6
BLAKE2b-256 08b4e630b36c1d6f2fa6a71980649df217a9079714c63a3a11a924398bf1f35a

See more details on using hashes here.

File details

Details for the file mssev-0.5.2-py3-none-any.whl.

File metadata

  • Download URL: mssev-0.5.2-py3-none-any.whl
  • Upload date:
  • Size: 24.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.2

File hashes

Hashes for mssev-0.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3e4c71fdb9b104525407174585d06455e85ad9561abd9b18b87124e8f6e3a0b6
MD5 7094883c9a8b2cb6d219640a92370e7e
BLAKE2b-256 cce80fbb3cf6296c4d0df2be1ab168c6ce878b06ce0614a8ce288fe4e373e9da

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page