Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.08 KB

ethis::use_news_md()

CTE

The goal of Cancer Trials Explorer (CTE) is to provide an easy tool to explore cancer-related clinical trials data.

Installation

You can install the development version of CTE like so:

devtools::install_github("mrblasco/CTE")

Example

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)

Source data

This repository pulls data from several sources:

Cancer-related trials

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).