Skip to content

Commit a6c2f7d

Browse files
committed
2 parents 268143b + b3fcb05 commit a6c2f7d

File tree

4 files changed

+57
-3
lines changed

4 files changed

+57
-3
lines changed

Diff for: CSS_2016.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
## CSS 2016 Task List
2+
3+
In preparation for [CSS 2016](http://www.phuse.eu/annual-conference.aspx), **Working Group 5, Standard Analyses**, highlight a few tasks that we will initiate or complete during our annual symposium.
4+
5+
Our two main subteams are:
6+
1. White Papers (define analyses), and
7+
2. Standard Scripts (implement analyses)
8+
9+
#### Standard Analyses (White Papers)
10+
11+
Please see this [status of current white papers](https://github.com/phuse-org/phuse-scripts/blob/master/TODO.md#white-papers-project-08). We will focus on:
12+
1. Reviewing any proposed updates and revisions to 4 previously published papers
13+
+ including [queries raised while implementing Central Tendency analyses](https://github.com/phuse-org/phuse-scripts/blob/master/TODO.md#wg5-principles-and-conventions)
14+
2. Discussing the 3 papers in active development
15+
16+
#### Standard Scripts
17+
18+
We have 2 main sources for standard scripts:
19+
1. Scripts from the FDA's JumpStart workflow
20+
2. Implementations of Standard Analyses from PhUSE CS White Papers, above
21+
22+
###### FDA JumpStart Scripts
23+
24+
We will present recent developments during CSS 2016. **If you want to get involved immediately** in reviewing and testing these scripts, please contact Hanming Tu (see the [PhUSE Wiki](http://www.phusewiki.org/wiki/index.php?title=Standard_Scripts) for email address).
25+
26+
###### Standard PhUSE CS Analyses (White Paper implementation)
27+
28+
There is still much to do to deliver the analyses in the White Paper on Central Tendency (**WPCT**). For full details, see our [WPCT Task List](https://github.com/phuse-org/phuse-scripts/blob/master/whitepapers/WPCT/TODO.md). From that list, we highlight a few specific tasks, to illustrate the range of ways that you can contribute your expertise. In increasing complexity:
29+
30+
* Learn about the WPCT package from
31+
* [Our PhUSE wiki page](http://www.phusewiki.org/wiki/index.php?title=WG5_Project_02)
32+
* [Our GitHub WPCT User & Contributor Guide](https://github.com/phuse-org/phuse-scripts/blob/master/whitepapers/CentralTendency-UserGuide.md)
33+
* Test a Standard Script
34+
* R: Using our test data or your own ADaM data, produce Fig 7.1 and Fig 7.2 using the corresponding [R script](https://github.com/phuse-org/phuse-scripts/tree/master/whitepapers/WPCT)
35+
* SAS: Using our test data or your own ADaM data, produce Fig 7.1, 7.2, 7.3, 7.6, 7.7 and 7.8 using the corresponding [SAS script](https://github.com/phuse-org/phuse-scripts/tree/master/whitepapers/WPCT)
36+
* **Give us feedback** on usability, documentation, design, etc. Help improve the approach and scripts.
37+
* Enhance a SAS or R script
38+
* Current R and SAS scripts are coded for 1 data domain, such as labs or vitals signs.
39+
* Analyse and document domain difference. ADaM expertise is highly valuable.
40+
* Propose an approach or mechanism for handling all intended domains: labs, vital signs, ECG.
41+
* Qualification criteria
42+
* Outline qualification requirements for each WPCT Figure. What should we test, to confirm the scripts work as expected? What would convince you that they are accurate and robust?
43+
* References:
44+
* [White Paper on Central Tendency](http://www.phusewiki.org/wiki/images/4/48/CSS_WhitePaper_CentralTendency_v1.0.pdf)
45+
* [Specifications for the WPCT standard analyses](https://github.com/phuse-org/phuse-scripts/tree/master/whitepapers/specification),
46+
* Test the [SAS macros behind the standard SAS scripts](https://github.com/phuse-org/phuse-scripts/wiki/Utility-Macro-Index-(SAS)).
47+
* That [SAS Macro Index page](https://github.com/phuse-org/phuse-scripts/wiki/Utility-Macro-Index-(SAS)) shows what has been done ("qualified"), and what remains ("implemented").
48+
* Define and implement the tests for one of the remaining SAS macros
49+
* Test automation
50+
* Industry code should behave as expected for different users, in different environments
51+
* Design and propose a test-automation solution for the repository and code that we have

Diff for: docs/guides/Git_workflow_exercises.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Relevant roles for phuse-org/phuse-scripts?
3333
2. modify file
3434
3. "pull request" ... screenshots
3535
* Substantial change (takes some time)
36-
1. ? Create a branch
36+
1. ? Create a fork (is branching only for members with "write" access??)
3737
2. develop modules
3838
3. "pull" changes from master branch
3939
4. resolve any conflicts

Diff for: whitepapers/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ A brief description of each folder at this level:
3030
* [**images**](https://github.com/phuse-org/phuse-scripts/tree/master/whitepapers/images)
3131
* Images to support our github documentation. See for example our [WPCT to-do list](https://github.com/phuse-org/phuse-scripts/blob/master/whitepapers/WPCT/TODO.md)
3232

33-
**Note**: Code on this site is by definition 'under development'.

Diff for: whitepapers/WPCT/TODO.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
### WPCT Task List
1+
### White Paper on Central Tendency Task List
22

33
The Repository Content team aim to deliver a package of robust, easy to use and understand SAS and R scripts that create the WPCT standard analyses and displays. For further details, see [the README file in this folder](./README.md).
44

5+
**Contents:**
6+
1. [To-do list to complete the WPCT package](https://github.com/phuse-org/phuse-scripts/blob/master/whitepapers/WPCT/TODO.md#to-complete-the-wpct-package)
7+
2. [Table: Implementation Status of WPCT Figures](https://github.com/phuse-org/phuse-scripts/blob/master/whitepapers/WPCT/TODO.md#wpct-figures--scripts-with-qualification-details)
8+
59
**But feel free to be creative** when considering the expertise that you can contribute:
610
* Do you have Spotfire expertise, and time to create templates for these analyses?
711
* Do you have RStudio Shiny expertise, and time to create a web interface to our R scripts?

0 commit comments

Comments
 (0)