Skip to content

simonsteiger/RheumaComposites.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RheumaComposites.jl

Build Status Dev codecov

A Julia package for composite scores used in Rheumatology.

Getting started

All you need to get started are some appropriately formatted measurements, then plug them into the composite score you'd like to work with:

using RheumaComposites, Unitful
das28 = DAS28ESR(tjc=4, sjc=3, pga=4.1u"cm", apr=19u"mm/hr")
score(das28)
isremission(das28)
categorise(das28)

Have a look at the documentation for more examples!

Supported composites

This package currently supports the following composites:

Rheumatoid Arthritis Psoriatric Arthritis Spondyloarthritis Lupus ...
DAS28 DAPSA BASDAI ...
SDAI ...
CDAI ...
Boolean remission ...

Additional subtypes and modifications of these composites are available, e.g., the DAS28CRP or the Revised Boolean Remission.

Contributing

If you spot a bug or want to ask for a new feature, please open an issue on the GitHub repository.

About

Composite measures for Rheumatology in Julia.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages