|
2 | 2 |
|
3 | 3 | ## In this book {.unnumbered} |
4 | 4 |
|
5 | | -This book is designed for people who are interested in using Python for clinical development. |
| 5 | +This book is designed for people who are interested in using Python for clinical development. |
6 | 6 | Each part of the book makes certain assumptions about the readers' background: |
7 | 7 |
|
8 | | -- Part 1, titled "Environment and toolchain" and "Reporting packages", provides general |
| 8 | +- Part 1, titled "Environment and toolchain", provides general |
9 | 9 | information on setting up Python development environments for clinical reporting. |
10 | | - |
11 | | - |
12 | | -- Part 2, titled "Delivering TLFs in CSR", provides general information and |
| 10 | +- Part 2, titled "Clinical trial project", provides general information and |
13 | 11 | examples on creating tables, listings, and figures using Python. It assumes that readers |
14 | 12 | are individual contributors to a clinical project with prior experience in |
15 | 13 | Python. Familiarity with data manipulation using Polars is expected. |
16 | 14 | Recommended references for this part include |
17 | | - [Python Polars: The Definitive Guide](https://polarsguide.com/), and the |
| 15 | + [Python Polars: The Definitive Guide](https://polarsguide.com/) and the |
18 | 16 | [rtflite documentation](https://pharmaverse.github.io/rtflite/). |
19 | | - |
20 | | -- Part 3, titled "Clinical trial project", provides general information and |
| 17 | +- Part 3, titled "Analysis package", provides general information and |
21 | 18 | examples on managing a clinical trial A&R project using Python. It assumes that readers |
22 | 19 | are project leads who have experience in Python package development. |
23 | | - |
24 | | -- Part 4, titled "eCTD submission package", provides general information on |
| 20 | +- Part 4, titled "eCTD submission", provides general information on |
25 | 21 | preparing submission packages related to the CSR in the |
26 | | - electronic Common Technical Document (eCTD) format using Python. |
| 22 | + electronic Common Technical Document (eCTD) format using |
| 23 | + [pkglite for Python](https://pharmaverse.github.io/py-pkglite/). |
27 | 24 | It assumes that readers are project leads of clinical projects who possess |
28 | 25 | experience in Python package development and regulatory submission processes. |
29 | 26 |
|
|
0 commit comments