Skip to content

laxamanaj/submissions-pilot4-to-fda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Do not includ README.md and .gitignore files into the final submission.

Overview

The objective of the R Consortium R submission Pilot 4 Project is to test the concept that a R-language based submission package can meet the needs and the expectations of the FDA reviewers, including assessing code review and analyses reproducibility. All submission materials and communications from this pilot are publicly available, with the aim of providing a working example for future R language based FDA submissions. This is a FDA-industry collaboration through the non-profit organization R consortium.

The [RConsortium/submissions-pilot4-to-fda](Repo link...In progress) repo demonstrates the eCTD submission package based on the [RConsortium/submissions-pilot4](Repo link...In progress) repo.

The [RConsortium/submissions-pilot4](Repo link...In progress) repo demonstrates an approach to organize ADaM submission ready datasets using the open sourced package ADaM in R Asset Library.

To learn more about other pilots, visit the R consortium R submission working group website and the R consortium working group page.

FDA Response

Re-run analysis

(in progress and needs updating for piolot4)

To re-run analysis, you can follow the steps described in the ADRG document based on the program saved in the module 5.

Folder Structure

The folder is organized as a demo eCTD package following ICH guidance.

eCTD package:

  • m1/: module 1 of the eCTD package
m1
└── us
    ├── cover-letter.pdf  # Submission cover letter
    └── report-tlf.pdf    # Submission TLFs 

Note: the TLF format in report-tlf.pdf is not consistent, because it reflects different table layouts in different organizations.

  • m5/: module 5 of the eCTD package
m5
└── datasets
    └── rconsortiumpilot1
        └── analysis
            └── adam
                ├── datasets              # ADaM datasets in XPT format
                │   ├── adadas.xpt
                │   ├── adae.xpt
                │   ├── adcibc.xpt
                │   ├── adlbc.xpt
                │   ├── adlbcpv.xpt
                │   ├── adlbh.xpt
                │   ├── adlbhpv.xpt
                │   ├── adlbhy.xpt
                │   ├── adnpix.xpt
                │   ├── adrg.pdf          # Analysis Data Reviewer's Guide
                │   ├── adsl.xpt
                │   ├── adtte.xpt
                │   ├── advs.xpt
                │   ├── define.xml        # ADaM data define file
                │   └── define2-0-0.xsl
                └── programs
                    ├── r0pkg.txt         # Proprietary R package in txt format  (in progress and needs updating for piolot4...will get replace by Admiral package)
                    ├── ad_adsl.r # analysis R code for ADaMs. 
                    ├── ad_adsub.r
                    ├── ad_adae.r
                    └── ad_adtte.r

Other files: (Do not include in eCTD package)

  • .gitignore: git ignore file
  • README.md: readme file for github repo

News

(in progress and needs updating for piolot4)

Questions

Report issues in https://github.com/RConsortium/submissions-pilot1-to-fda/issues

About

eCTD package for pilot4 submission to FDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 88.7%
  • R 11.3%