Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update decription #94

Merged
merged 4 commits into from
Aug 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Type: Package
Title: SDTM Data Transformation Engine
rammprasad marked this conversation as resolved.
Show resolved Hide resolved
Version: 0.1.0
Authors@R: c(
person("Rammprasad", "Ganapathy", role = c("aut", "cre"),
person("Rammprasad", "Ganapathy", email = "[email protected]",
role = c("aut", "cre"),
rammprasad marked this conversation as resolved.
Show resolved Hide resolved
email = "[email protected]"),
person("Adam", "Forys", role = "aut"),
person("Edgar", "Manukyan", role = "aut"),
Expand All @@ -24,13 +25,16 @@ Authors@R: c(
person("Transition Technologies Science", role = c("cph", "fnd"))
)
Maintainer: Rammprasad Ganapathy <[email protected]>
Description: An EDC-agnostic and data standard-agnostic SDTM data transformation engine
that provides a framework for modular programming of SDTM in R. Powered by
metadata and standard specification sdtm.oak can potentially automate the
conversion of raw clinical data to SDTM through standardized mapping
algorithms. SDTM is one of the required standards for data submission to
the FDA (U.S.) and PMDA (Japan). SDTM standards are implemented following
the SDTM Implementation Guide as defined by
Description: An Electronic Data Capture systems (EDC) and Data Standard agnostic
rammprasad marked this conversation as resolved.
Show resolved Hide resolved
solution that enables the pharmaceutical programming community to develop
Clinical Data Interchange Standards Consortium (CDISC)
rammprasad marked this conversation as resolved.
Show resolved Hide resolved
Study Data Tabulation Model (SDTM) datasets in R. The reusable algorithms
concept in 'sdtm.oak' provides a framework for modular programming and can
rammprasad marked this conversation as resolved.
Show resolved Hide resolved
potentially automate the conversion of raw clinical data to SDTM through
standardized SDTM specifications. SDTM is one of the required standards for data
submission to the Food and Drug Administration (FDA) in the United States and
Pharmaceuticals and Medical Devices Agency (PMDA) in Japan. SDTM standards
are implemented following the SDTM Implementation Guide as defined by
CDISC <https://www.cdisc.org/standards/foundational/sdtmig>.
Language: en-US
License: Apache License (>= 2)
Expand Down
Loading