-
Notifications
You must be signed in to change notification settings - Fork 0
/
minutes.qmd
469 lines (255 loc) · 21.2 KB
/
minutes.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
---
title: "Minutes"
---
## 04Sep2024
**Attendees:** Lovemore Gakava, Nicholas Masel, Steven Haesendonckx, Joel Laxamana, Hanming Tu\
**Facilitator:** Joel Laxamana
#### Agenda :
1. Introduce ourselves and what we want to get out of this WG.
2. Discuss and decide how we want to start this off and pick a template document we want to work with first (e.g. ADRG).
3. How we want to track our work (e.g. github project board - create issues and self-assign to the work we feel comfortable doing)
4. Frequency of our catch-ups to get status updates on work.
5. Discuss FDA quarterly meeting presentation :
Hope this time works for you. If not, please let me know. First action is to create a set of slides to present at FDA quarterly meeting : 16 October at 14:00 BST. I was thinking we can create quarto md slides.
#### Discussion/Issues/Actions :
1. KO meeting 04Sep2024.
2. First draft of slides due 13Sep2024 (or sooner).
- Intro : List out the current ADRG template we have now and how we want to update the template to include open-source metadata - Lovemore
- Within the current ADRG from Pinnacle 21 vs an ADRG where Open-source submission was used, list out the differences and note these differecnes as the updates we want to make to the current ADRG template to be Open-Source friendly.
- e.g., List out all of the tables in this ADRG, [here](https://github.com/RConsortium/submissions-pilot3-adam-to-fda/blob/main/m5/datasets/rconsortiumpilot3/analysis/adam/datasets/adrg.pdf), that we can automate and generate sourcing available metadata
- 1.2 Study Data Standards and Dictionary Inventory (Can this come from the TS SDTM domain?)
- 3.1 Core Variables (come from the define.xml specificaions)
- 4.2 Data Dependencies (may need to some code scraping to read through each ADaM program and identify any other ADaMs being sourced in to create the ADaM)
- 5.2 Analysis Datasets (read in all of the .xpts in the submission package to extract the metadata for each ADaM to fill in this table)
- 6.2 Issues Summary (extract report from P21)
- 7.2 ADaM Programs (read in all of the .xpts in the submission package to extract the list of ADaMs and it's label for each ADaM to fill in this table)
- 7.3 Analysis Output Programs (this one may be tricky as there are many study specific Selection Criteria to include)
- 7.4 Proprietary R Packages (Joel has some code for this, in R, essentially using SessionInfo() and {renv})
- eCTD structure.
- With these listed updates we want to make, we can utilize metadata to help fill in this information in the ADRG (Let's list write out specifications as to where )
- Challenge the file format delivered to the FDA, not only .pdf, but can we additionally submit .qmd files (or other file formats) as well so that the ADRG can be reproduced on the Agency side to help better click on code from the ADRG to help execute. Note : [eCTD specifications](https://www.fda.gov/media/85816/download) say we can submit .qmd for analysis, but can we also submit it as a form of ADRG documentation.
- Do we want to bring up the possibility of creating an open-source package for this to help automate the use of metadata in the ADRG documentation.
3. Review and Feedback due 20Sep2024.
- Things to think about :
- We want this template to be able to support multiple open-source languages. Currently, R is the go-to in Clinical Trial submission now in the industry for open-source. Do we want to create an ADRG based on R as first go or do we want to add the complexity of having to think about multiple open-source programming languages? It would be good to keep the template as simple and user-friendly as possible. Have a think offline.
#### Actions:
4. Update and finalize slides due 27Sep2024.
5. Practice presentation due TBD (anytime between 4 & 6)
6. Present 16Oct2024
- Nicholas Masel to
- find someone from CDISC as a POC for any questions we may have during this project.
- add Steven H. from JnJ to this WG - Haesendonckx, Steven \[JRDBE\] [shaesen2\@ITS.JNJ.com](mailto:[email protected]){.email}
- Hanming to
- find out who from the FDA can get us invited to the next FDA quarterly meeting.
- who will be the assigned FDA person(s) moving forward to collaborate with us on this project.
- Joel to create base .qmd slides for FDA meeting.
- All to contribute to the .qmd slides per the timelines above.
## 18Sep2024
**Attendees:** Lovemore Gakava, Nicholas Masel, Steven Haesendonckx, Joel Laxamana, Hanming Tu\
**Facilitator:** Joel Laxamana
#### Agenda :
1. Get google accounts from the team members to collaborate on google slides for FDA quarterly meeting presentation : [Enhancing Clinical Trials FDA Submission Documentation through the Power of Metadata - OSDocuMetaWG](https://docs.google.com/presentation/d/1LI8LmJDYTegKMLlJmVlH3iFEF9KO24gchKtM4X1DfG4/edit?usp=sharing)
2. We should connect with the PHUSE WG who created the ADRG templates initially.
3. We should connect with FDA, Paul and HyeSoo, YounKyeong to gain feedback on where they can see Open-Source documentation can go for FDA submissions.
#### Discussion/Issues/Actions :
1. Ensure everyone has access to collaborate and edit the google slides by end of the week.
2. We need to draft these slides by the end of next week then send to team to review.
3. Finalize these slides by the end of the Month.
4. The slides have assignments on them so we know who is working on which content, but feel free to collaboarate on each others content as needed.
5. Joel to send email for bullet 3.
6. Lovemore to send email for bullet 2.
## 16Oct2024
\
**Attendees:** Lovemore Gakava, Nicholas Masel, Steven Haesendonckx, Joel Laxamana\
**Facilitator:** Joel Laxamana
#### **Agenda:**
1. Announcement :
- Presented at PHUSE/FDA Quarterly meeting today. See 'Home' page for presentation slides.
2. Feedback from team on ADRG Template Updates and Process - PHUSE/FDA Quarterly meeting presentation.
- [Pre-recording](https://drive.google.com/file/d/1C3DNZaGuEiQYqKlocLPuNDgUoOVAGbpI/view?usp=drive_link)
- [Slides](https://docs.google.com/presentation/d/102NiwqffXKVK5v83kc--MMdEnYsDIZJ4/edit?usp=drive_link&ouid=103991081896680964420&rtpof=true&sd=true)
3. Coordination and Feedback from Key Stakeholders
4. Future Meetings and Next Steps
#### **Discussion/Issues/Actions :**
##### **Feedback on ADRG Template Updates and Process:**
- **Feedback from Team Members:**
- Presentation went well.
- The team is awaiting feedback from a key colleague from Pfizer, Christine Rossin who has a stake in updating the ADRG.
- The necessity of ensuring the ADRG updates align with the expectations of stakeholders. For our first delivery do we want to include everything we mentioned in our slides or piece-meal our work and deliver in iterative approaches with timelines for each milestone?
##### **External Feedback:**
- Plan to check in with Mike Stackhouse to get his input after he reviews the meeting recording.
- Need to get insights from an FDA contact (Nick's mention) if they were on this morning's PHUSE/FDA Quarterly call.
##### **Coordination and Feedback from Key Stakeholders:**
- **David Epstein's Role:**
- David Epstein, involved with ADRG template work in the past, might provide valuable input and help engage more contributors.
- Communication with David planned post-meeting to gather and facilitate feedback, potentially via GitHub or alternative platforms for those without GitHub accounts.
##### **Future Communications:**
- Follow-up emails post-meeting to ensure any unanswered questions are collected and addressed.
- Nick will check for additional FDA members interested in the ADRG updates during the upcoming PHUSE meeting.
##### **Enhancements and Tools:**
- Discussed creating a tool and an R package to bring in metadata effectively.
- Importance of standardizing the ADRG template for future open-source submissions to drive consistency and efficiency in the industry.
##### **Future Meetings and Next Steps:**
- **Internal Coordination:**
- Plan to migrate ADRG quarto markdown file to the PHUSE git area to continue work on this.
- Testing the reproduction of the ADRG with metadata approaches. See List of other Metadata Opportunities slide in presentation.
- **Timeline and Deliverables:**
- Aim to schedule the next working group kickoff by mid-November.
- Assignments on updating ADRG to be determined.
- Emphasis on clear planning and setting deliverable dates.
- **Communication Plans:**
- Regular updates and feedback sessions to ensure all members are aligned.
- Initiatives to include new members from upcoming meetings and engagements.
##### **Action Items:**
1. **Follow-Up with Key Contacts:**
- Nicholas to follow up with Mike Stackhouse as well as others in the PHUSE meeting this coming Friday, 18Oct2024, regarding any further feedback or points to consider before we begin work.
- Joel to contact David Epstein regarding additional member engagement and feedback collection methods from the audience in the FDA quarterly meeting this morning.
2. **Prepare for Next Meetings:**
- Joel to prepare the ADRG markdown file for migration and further testing.
- Schedule next working group meeting in November 2025 and ensure clear objectives and tasks are assigned.
## 13Nov2024
\
**Attendees:** Lovemore Gakava, Nicholas Masel, Joel Laxamana, Eric Nantz, Sam Parmar\
**Facilitator:** Joel Laxamana
#### **Agenda:**
1. House cleaning
2. Updates since FDA quartlery meeting presentation
3. ADRG discussion and steps to consider moving forward.
4. Actions
#### Discussion/Issues/Actions
##### **House Cleaning:**
1. Website updated with quarterly presentations to the FDA.
2. Added last month’s minutes and actions.
##### **Updates since FDA quarterly meeting:**
- No further feedback from the FDA quarterly meeting yet; efforts to reach out to David will continue.
- Christine Rossin will be contacted by Nick for assistance with ADRG review, including Sam P. in the correspondence.
##### **ADRG Discussion and review:**
- Discussion with Eric and Sam on using Quarto to generate ADRG and sending it as an HTML file in the eSUB package.
- Need to support hybrid approaches for ADRG versioning (considering various languages, including SAS).
- Include Christine Rossin in future meetings to discuss ADRG maintenance.
- Contact vendors like P21 and CDISC core about the ADRG templates and discuss how the enhanced open-source ADRG will integrate. Christine might provide insights on how P21 sources templates from PHUSE WG.
- Eric and Sam have joined the team.
##### **Actions:**
- Ask Sam to share FDA guidance on mandatory ADRG sections.
- Create specifications for sourcing metadata from the eCTD structure to generate the ADRG.
- Nick to contact Christine for the next meeting on 11 December 2024.
<!-- -->
- Consider moving Pilot 3 `adrg.qmd` to the PHUSE working project repository.
- Begin programming functions to create metadata information for the ADRG, with reference to Slide 7 of the provided presentation.
- Templatize open-source instructions for unpacking and re-executing analysis from the eSUB package in eCTD structure.
## 27Nov2024
**Attendees:** Lovemore Gakava, Nicholas Masel, Joel Laxamana, Sam Parmar\
**Guest(s):**Christine Rossin (Guest from PHUSE ADRG WG)\
**Facilitator:** Joel Laxamana
#### **Agenda**
- House Cleaning
- Updates from actions since last meeting
- New Topics
- Actions.
#### **House Cleaning**
- Minutes and actions from the last meeting added (follow-up).
- Q4 reports submitted by Lovemore ([link](https://drive.google.com/file/d/1468KYPejuBPo8AVlxmA7-I60oQq6ahB6/view?usp=drive_link)).
- New members added to the working group's [G-drive](https://drive.google.com/drive/folders/1MsSA2hHLdrqbjN-HvxWzLkhWoT9Rze9Y?usp=drive_link).
- PHUSE WG does have a dedicated workspace to collaborate and save our Project WG files. Contact Alexandra Pearce ([link](https://advance.hub.phuse.global/wiki/spaces/WEL/pages/26817363/Communication+of+Version+Metadata+for+Open-Source+Languages)).
#### **Updates since last meeting**
- FDA guidance on mandatory ADRG sections shared by Sam (details provided by Sam below).
![](references/ADRG%20required%20sections%20Screenshot%202024-11-27%20145157.png)
- Create specifications for sourcing metadata from the eCTD structure to generate the ADRG.
- Joel drafted a template for specifications on sourcing metadata for the ADRG ([link](https://docs.google.com/document/d/1cxwenwSCa_Xh4dw-bqCcWVmYnjjGMgb3X3DGDCflktU/edit?usp=drive_link)).
- Nick to contact Christine for the next meeting
- Christine was able to join today's meeting.
- Continued conversations with her will be needed for input on the updated ADRG.
- Moving Pilot 3 adrg.qmd to the PHUSE working project repository
- Paused as further discussions with P21, CDISC Core and ADRG PHUSE WG still need to be had to align steps for us to contribute.
- Programming functions for ADRG metadata creation.
- Paused as further discussions with P21, CDISC Core and ADRG PHUSE WG still need to be had to align steps for us to contribute.
- Templatizing open-source instructions for unpacking and re-executing analysis
- Paused as further discussions with P21, CDISC Core and ADRG PHUSE WG still need to be had to align steps for us to contribute.
#### **New topics brought up with Christine R.**
- Collaboration with Christine Rossin on reviewing the ADRG:
- Christine shared the current ADRG that is in review (unfortunatley public review has been closed, but we are asking for inclusion in the ADRG review).
- We then shared our Project WG 'Mission Statement' and the RCRSWG Pilot 3 ADRG with Christine to review, where some feedback from her included :
- Exclude eCTD directory structure.
- ADRG is an m5 directive, no need to mention m1 folder.
- P21 pre-populates some ADRG sections, but some require manual sponsor updates.
- Collaborating with P21 to improve metadata provision for the ADRG.
#### **Actions**
- Identify sections P21 populates and doesn't populate in the ADRG.
- Joel to review and plan for automation contribution.
- Determine how to contribute to automation for new ADRG versions. Needs discussion for supporting hybrid approaches (various languages).
- Lovemore (and Sam P.) to get in contact with Christine R. We can still invite Christine to future meetings as needed.
- We need to know what the specific changes we want to see updated in the ADRG for open-source submissions as well as the process for submitting updates.
- We need to know Christine's preferred method for collaboration.
- We want to understand the submission process for approval of the updated template.
- We also want to know the distribution methods for the approved template for the public to use (e.g. Sponsor, Pinnacle 21, CDISC).
- Further potential support from other Novo colleagues
- Lovemore to provide colleague's contact information for joining the WG.
- Contact Chris Price to find P21 and CDISC core contacts to see if we can get a meeting with them.
- Nick to get in touch with Chris P.
- Complete metadata [programming specifications](https://docs.google.com/document/d/1cxwenwSCa_Xh4dw-bqCcWVmYnjjGMgb3X3DGDCflktU/edit?usp=drive_link) (date to be determined, but work on this can still begin to get our ideas out on 'paper').
#### **Thoughts for next steps**
- Decide on moving Pilot 3 adrg.qmd (further discussion needed).
- Templatize open-source unpacking/re-executing analysis instructions.
- Contact Alexandra Pearce regarding the PHUSE WG workspace (optional as current way of working may be fine, per Nick M).
## 11Dec2024
**Attendees:** Nicholas Masel, Sam Parmar, Steven Haesendonckx, Cervan Girard, Eric Nantz\
**Guest(s):**\
**Facilitator:** Lovemore Gakava
#### **Agenda**
- House Cleaning
- Updates from actions since last meeting
- New Topics
- Actions.
#### **House Cleaning**
- Welcome Cervan Girard
- Minutes and actions from the last meeting added (follow-up).
#### **Updates since last meeting**
- [x] Further potential support from other Novo colleagues
- Lovemore to provide colleague's contact information for joining the WG.
- [x] Determine how to contribute to automation for new ADRG versions. Needs discussion for supporting hybrid approaches (various languages).
- Lovemore (and Sam P.) to get in contact with Christine R. We can still invite Christine to future meetings as needed.
- We need to know what the specific changes we want to see updated in the ADRG for open-source submissions as well as the process for submitting updates.
- We need to know Christine's preferred method for collaboration.
- We want to understand the submission process for approval of the updated template.
- We also want to know the distribution methods for the approved template for the public to use (e.g. Sponsor, Pinnacle 21, CDISC).
- *Status: Lovemore has already emailed Christine, and we're awaiting her response on how to proceed with the ADRG template review and future collaboration.*
- [ ] Identify sections P21 populates and doesn't populate in the ADRG.
- Joel to review and plan for automation contribution.
- *Status - Ongoing. Team is encouraged to review the draft specification by Joel and we can discuss in our next scheduled meeting.*
- [x] Contact Chris Price to find P21 and CDISC core contacts to see if we can get a meeting with them.
- *Nick's feedback from communications with Chris Price:*
*To avoid endorsing proprietary software, Chris recommends not collaborating with Pinnacle 21. Instead, we should develop an open and flexible solution that doesn't lock sponsors into a specific vendor. Ultimately, we aim to provide a solution that adheres to CDISC core principles while allowing sponsors the freedom to integrate it seamlessly into their existing workflows.*
- *Action: To ensure our approach aligns with industry standards, we'll invite Sam Hume to explain the role of CDISC core. This will help us integrate CDISC standards into our solution effectively.*
#### **Discussion Topics**
- Confirm collaboration method with Christine R.
- *Status: ongoing*
- Nick to give update on PHUSE/FDA Computational Science Symposium (CSS) potential slot to have a breakout session:
- *Nick reached out to the organizers and it was agreed that at the moment the breakout session will focus on the use of TEAL: industry adoption and the collaborative unified ecosystem.*
- *Action: Discuss with team to decide whether we need a breakout session and if it's going to be in the EU or US or both session?*
- Decide on moving Pilot 3 adrg.qmd (further discussion needed).
- *Action: create a repository and use pilot3 or pilot 4 ADRG as starting template.*
- [*https://github.com/RConsortium/submissions-pilot4-webR/*](https://github.com/RConsortium/submissions-pilot4-webR/)
- Templatize open-source unpacking/re-executing analysis instructions.
- *Discussions:*
- ***OS computing environment:** The idea of having an OS computing environment was discussed but dismissed as not currently viable due to legal and independence concerns for regulatory authorities.*
- ***Accumulus Synergy:** A similar initiative, Accumulus Synergy, was mentioned ([Home - Accumulus Synergy](https://www.accumulus.org/)). This platform provides a secure way for life sciences organizations and regulatory authorities to exchange information and collaborate.*
- ***Scope:** It was decided that further exploration of these ideas is outside the current scope and can be revisited after the first deliverable.*
- *Action: Start on draft of an open-source unpacking/re-executing analysis instructions template. (when?)*
#### **Action Items:**
- **PHUSE ADRG Collaboration:** Follow-up with Christine. (**When:** ASAP)
- **CSS Breakout Session:**
- Decide whether a breakout session is needed.
- If yes, decide whether it will be EU, US, or both.
- **Deadline:** Before December 18th meeting.
- **Communicate decision to:** Nick.
- **ADRG Development & Review:**
- **Create a repository:** Use pilot3 or pilot4 ADRG as a starting template.
- **Review metadata programming specifications:** Provide feedback on specifications.
- **Identify P21 population in ADRG:** Identify sections P21 populates and doesn't populate.
- **Start drafting** a template for open-source unpacking/re-executing analysis instructions.
- **Deadline for all the above:** Before December 18th meeting (work can begin immediately).
- **Automation Contribution Strategy:**
- **Task:** Develop an initial draft of the automation contribution strategy.
- **Deadline:** Before December 18th meeting.
**Future**:
- To ensure our approach aligns with industry standards, we'll **invite Sam Hume** to explain the role of CDISC core. This will help us integrate CDISC standards into our solution effectively.