ethis::use_news_md()
The goal of Cancer Trials Explorer (CTE) is to provide an easy tool to explore cancer-related clinical trials data.
You can install the development version of CTE like so:
devtools::install_github("mrblasco/CTE")
This is a basic example which shows you how to find cancer-related clinical trials that list a particular drug, e.g., aspirin, as treatment intervention:
library(DT)
library(CTE)
tbl <- find_intervention("aspirin")
DT::datatable(tbl)
This repository pulls data from several sources:
The dataset selects only clinical trials that are interventional (as opposed to observational) and related to cancer (i.e., listing conditions with cancer-related terms).