An open API service indexing awesome lists of open source software.

https://github.com/hamzarahal/r_oncology_graph

Graphical Presentation of Clinical Data in Oncology Studies Using R
https://github.com/hamzarahal/r_oncology_graph

kaplan-meier-plot oncology-data r-graphics r-programming survival-analysis

Last synced: 7 months ago
JSON representation

Graphical Presentation of Clinical Data in Oncology Studies Using R

Awesome Lists containing this project

README

          

# R_Oncology_graph
Graphical presentation of clinical data in oncology can transport message quickly and directly. Commonly
generated plots like Kaplan-Meier Curve visualize the survival curve by survival distribution; Waterfall
Plot display the best tumor shrinkage of each subjects and colored by response or other features at the
same time; Forest Plot further analysis the treatment effect by subgroup; Swimmer Plot illustrate each
subjects tumor response over time.

R basic functionality allow you to create plot in a simple way and multiple packages are developed for specific usage, it’s free, easy to get start and
can be well used by clinical studies. This repo will display and discuss the procedures to generate common plots in oncology studies in R and also demonstrate on the feature of
R graphics system.