Bob Friedman, Xybion; Anthony Fata, SNBL

Slides:



Advertisements
Similar presentations
SEND Standard for the Exchange of Nonclinical Data
Advertisements

Visual Studio Online. What it Provides Visual Studio Online, based on the capabilities of Team Foundation Server with additional cloud services, is the.
Project Proposal: Academic Job Market and Application Tracker Website Project designed by: Cengiz Gunay Client: Cengiz Gunay Audience: PhD candidates and.
JumpStart the Regulatory Review: Applying the Right Tools at the Right Time to the Right Audience Lilliam Rosario, Ph.D. Director Office of Computational.
Unlocking the Power of NHANES. Agenda I.Introduction Joshua Murphy, Vice President II.Demonstration/Training Dennis Wijnker, Senior Software Architect,
Qualification Process for Standard Scripts Hosted in the Open Source Repository ABSTRACT Dante Di Tommaso 1 and Hanming Tu 2 Tehran 1 F. Hoffmann-La Roche.
By: Toms Linnes Mrunal Patel.  Universal  With qooxdoo you build rich, interactive applications, native-like apps for mobile devices light weight single.
PhUSE Computational Science Working Groups Solutions Through Collaboration.
Luis F. Aguas Technological innovation Project Telecommunications and Digital TV.
Digital Learning India 2008 July , 2008 Mrs. C. Vijayalakshmi Department of Computer science and Engineering Indian Institute of Technology – IIT.
FDA / PhUSE CSS Initiative. Purpose The FDA wishes to establish collaborative working groups to address current challenges related to the access and review.
1 COMPUTER SCIENCE DEPARTMENT COLORADO STATE UNIVERSITY 1/9/2008 SAXS Software.
Template provided by: “posters4research.com” Challenges and Solutions for Mapping Pathology Data to SEND Mike Wasko, Rich Buchanan, Fred Mura, and Laura.
White Papers to Fill the Gaps of Standardization of Tables, Figures, and Listings (Creating Standard Targets) Analyses and Displays for Vital Signs, ECG,
PhUSE Computational Science Working Groups Solutions Through Collaboration.
The PhUSE Therapeutic Area Wiki Page Angelo Tinazzi 1, Oliver Wirtz 2, Christian Mueller 3, Sascha Ahrweiler 2 1 Cytel Inc, Geneva (Switzerland), 2 UCB.
Windows App Studio Windows App Studio is the tool that makes it fast and easy to build Windows 10 apps. It’s accessible from any device with a browser.
Submission Standards: The Big Picture Gary G. Walker Associate Director, Programming Standards, Global Data Solutions, Global Data Management.
WEB API AND CLOUD DEVELOPMENT BY TRAWEX TECHNOLOGIES.
How to Get Started With Python
The Victorian Games & Apps Challenge Design Brief (PowerPoint)
Open source development model and methodologies.
JDemetra+ as an innovative tool for seasonal adjustment
Data Collection with Forms For Special Education
Integrating Scientific Tools and Web Portals
Validation of CDISC data sets, current practice and future
The Use of AMET and Automated Scripts for Model Evaluation
KDE community guide (break into KDE) HOSC Amsterdam 2006
An Introduction to the IVC Software Framework
Pipeline Execution Environment
Week 10: Object Modeling (1)Use Case Model
Chapter 18 MobileApp Design
PBPK & Systems Pharmacology
Proposed SysML v2 Submission Plan
PHP / MySQL Introduction
Maintaining the Clinical & Nonclinical Study Data Reviewer’s Guides
PhUSE Key Performance Indicator Initiative
SIS DEVOPS COMMUNICATION MODEL SIMULATOR
Nonclinical Script Assessment Project
PhUSE Computational Science
.NET and .NET Core Foot View of .NET Pan Wuming 2017.
CIS16 Application Development – Programming with Visual Basic
Nonclinical Scripts 2018 CSS Project Update.
Scientific competence Communication and transparency
Data Consistency - SEND Datasets and Study Reports: Request for Collaboration in the Dynamic SEND Landscape  ISSUE 3: Data/metadata for permissible or.
Data Consistency: SEND Datasets and Study Reports: Request for Collaboration in the Dynamic SEND Landscape  ISSUE 3: Data/metadata for permissible or.
PhUSE Computational Science Working Groups
Visualization of Group Related Differences in Histopathology Data
Consortium for Entrepreneurship Education
GitHub A Tool for software collaboration James Skon
Data Visualizations Working Group
Manuscript Transcription Assistant Initiative
Overview of the Standard Analyses & Code Sharing Working Group
Teaching Accessibility: Three Case Studies
An Update on the CS Standard Analyses and Code Sharing Working Group Nancy Brucken, Principal Statistical Programmer, Syneos Health; Jared Slain, Associate.
Nonclinical Working Group Update CSS 2014
Teaching Accessibility: Three Case Studies
REDUCING BARRIERS TO TEACHING WITH R IN UNDERGRADUATE BIOLOGY
Wikipedia Network Analysis: Commonality detection among Wikipedia authors Deepthi Sajja.
Nonclinical Topics WG Overview Working Group Co-leads
Specific Safety Monitoring Tools & How This Will Benefit Drug Safety
Knowledge Sharing Mechanism in Social Networking for Learning
Introduction to JavaScript & jQuery
Crowd-Sourcing an Interactive Safety Review Package
Games Development 2 Tools Programming
Adapting Agile in Pharmaceutical Industries
Optimzing the Use of Data Standards Calling for Volunteers
Joint Statistical Meeting 2019 J. Kyle Wathen Director
Are Interactive Graphics in a DMC Ready for Prime-Time for Better Safety Reviews? James Buchanan, Pharm.D.
Utilizing of Platform Clinical Trial to Help Make Faster Decisions
Presentation transcript:

Bob Friedman, Xybion; Anthony Fata, SNBL Body Weight Gain Analysis Based on the BW Domain Using an R-Shiny Application Bob Friedman, Xybion; Anthony Fata, SNBL Abstract The FDA has recently required that nonclinical toxicology study data from new studies be submitted electronically in CDISC-SEND format.  One of the current limitations of the CDISC-SEND data standard is that the BG domain, which encodes changes in animal body weight gains, only includes analysis of changes in body weight over precalculated time intervals.  Through the PhUSE consortium, an open source software solution to this limitation has been collaboratively developed by participants from the pharmaceutical industry, software vendors, and government regulators.  The R package, Shiny, facilitates the development of user-friendly, web-based “apps”, providing a platform for the analysis and visualization of SEND datasets.  An R Shiny app has been developed to allow end users with little-to-no programming experience to evaluate changes in body weight gains from any SEND-encoded study across flexible user-defined time intervals.  The source code is publicly available on the PhUSE GitHub website: https://github.com/phuse-org. Example output Objective: The Body Weight Gain (BG) Domain of the SEND dataset submission contains calculated gains to support the study analysis report. However, there exists a need on the part of internal and regulatory reviewers to compute and visualize gains using different filters and different intervals than may be present in the BG domain. Analysis: The Body Weight (BW) domain has the data necessary to perform the additionally desired filtering and analysis, especially when joined with the demographic and grouping information found in the other domains of the dataset. Method: In order to allow a low cost and shareable mechanism for collaborative work, an open source tool was selected for the analysis. “R” is a freely available language and has an integrated development environment (R-Studio). It has core and extended libraries for reading and handling SEND “xpt” formatted data. Its native vector manipulation facilitates grouping and filtering. It also has a robust and active community of contributors in the sciences. R-Shiny is an “R” add-on which allows for generation a web-based GUI. “Plotly” is an “R” library allowing interactive graphics. Design and development were undertaken using an agile approach, and sharing code using Github. Design: Analysis preferences are all available from selections on the GUI and the output is dynamically altered: Selection of the dataset from contributed or local data sources. Gain calculation from baseline or flexible period intervals. Individual or mean data points, line, scatter or box plots. Filtering and grouping by Sex, TK groups, main versus recovery groups, test articles and vehicles. Conclusion: The script developed by the group can be used as is or taken as a starting point to update for individual needs. The methods and script example can be broadened to other domains needing such analysis, such as the Laboratory Results (LB) domain. Prior to the SEND dataset standard, developing tools for such analysis would be very specific to each laboratory data system. The availability of this data standard creates the opportunity for community collaboration to share such analysis methods, scripts and resulting visualizations. Figure 2: QR Code to access the Nonclinical Script Assessment Project PhUSE Wiki page Figure 3: QR Code to access the Nonclinical Script Assessment Project Github Repository Additional contributing team members: Bill Houser, BMS; Kevin Snyder, FDA; Bill Varady, Boehringer Ingelheim Note: The opinions expressed in this poster are those of the authors and do not necessarily represent the opinions of their respective companies