Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An R package to create metadata structure for ADaM data analysis and reporting

License

NotificationsYou must be signed in to change notification settings

Merck/metalite

Repository files navigation

CRAN statusCodecov test coverageCRAN DownloadsR-CMD-checkstatus

Unified representation of metadata structure forclinical analysis & reporting (A&R) by leveraging theAnalysis Data Model (ADaM) datasets.

Installation

The easiest way to get metalite is to install from CRAN:

install.packages("metalite")

Alternatively, to use a new feature or get a bug fix,you can install the development version of metalite from GitHub:

# install.packages("remotes")remotes::install_github("Merck/metalite")

Overview

The metalite framework is designed to:

  • Standardize function input for analysis and reporting.
  • Separate analysis logic from data source.
  • Enable the use of pipes (|>).
  • Reduce manual steps to develop and maintain documentation in clinical trial development.
  • Ensure consistency between analysis specification, mock, and results.

Use cases

The metalite package offers a foundation to simplify tool developmentand create standard engineering workflows.For example, metalite can be used to:

  • Standardize input and output for A&R functions.
  • Create analysis and reporting planning grid.
  • Create mock table.
  • Create and validate A&R results.
  • Trace analysis records.

Note: metalite is a low-level R packagethat needs to work with other R packages to complete the work.The idea is illustrated in the diagram above.

Design principles

We built metalite with the following principles:

  • Automation: prefer a function call more than a checklist.
  • Single-entry: enter in one place, sync to all deliveries.
    • For example, enter data source one time for all AE analysis.
  • End-to-end: cover all steps in software development lifecycle (SDLC) from define to delivery.

About

An R package to create metadata structure for ADaM data analysis and reporting

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors10


[8]ページ先頭

©2009-2025 Movatter.jp