Skip to content
/ CTE Public
forked from mrblasco/CTE

What the Package Does (One Line, Title Case)

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

cmap/CTE

 
 

Repository files navigation

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

About

What the Package Does (One Line, Title Case)

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.9%
  • R 1.5%
  • Other 0.6%