Skip to content

admiralneuro 0.1.0

Choose a tag to compare

@jwang-lilly jwang-lilly released this 15 Sep 18:52
· 38 commits to main since this release
65f2e9b

🎉 Now available on CRAN! Install with: install.packages("admiralneuro")

  • Initial package release mainly focused on Alzheimer’s disease specifically for the PET scan analysis.

Datasets

The following datasets have been created to support PET scan analysis:

  • dm_neuro - Demographics dataset for neurological studies with Alzheimer's disease patients (#7)
  • nv_neuro - Nervous system finds dataset containing amyloid PET and tau PET visual read and quantitation (#49)
  • suppnv_neuro - Supplemental nervous system findings dataset containing reference regions for PET quantitation (#18)
  • ag_neuro - Procedure agents dataset containing PET tracer administration related information (#18)
  • adsl_neuro - Subject-level analysis dataset for neurological studies with Alzheimer's disease baseline characteristics (#20)

Functions

  • The function compute_centiloid() computes centiloid values based on Amyloid PET tracer, SUVR value and pipeline, and reference region. (#21)

Template programs

  • ADAPET template scripts ad_adapet.R which creates an Amyloid PET Scan Analysis Dataset. (#25)
  • ADTPET template scripts ad_adtpet.R which creates a Tau PET Scan Analysis Dataset. (#25)

Documentation

  • Vignette "Creating ADAPET and ADTPET". (#19)