ttd_check: Gene therapy targets

View source: R/ttd_check.R

ttd_checkR Documentation

Gene therapy targets

Description

Identify the overlap between your prioritised list of gene therapy targets and currently existing gene therapy targets that are currently on the market or are in clinical trials. Uses data from the Therapuetic Target Database.

Usage

ttd_check(
  top_targets,
  drug_types = NULL,
  failed_status = c("Terminated", "Withdrawn from market", NA),
  keep_status = NULL,
  remove_status = c(NA),
  allow.cartesian = FALSE,
  show_plot = TRUE,
  save_path = NULL,
  height = NULL,
  width = NULL,
  phenotype_to_genes = HPOExplorer::load_phenotype_to_genes()
)

Arguments

top_targets

Top targets generated by prioritise_targets.

drug_types

Filter results by drug type.

failed_status

Drug approval status categories that indicate the drug failed.

keep_status

Filter results by drug approval status.

remove_status

Remove results by drug approval status.

allow.cartesian

See allow.cartesian in [.data.table.

show_plot

Print the plot to the console.

save_path

Save the plot to a file. Set to NULL to not save the plot.

height

Height of the saved plot.

width

Width of the saved plot.

phenotype_to_genes

Phenotype to gene mapping from load_phenotype_to_genes.

Examples

top_targets <- MSTExplorer::example_targets$top_targets
res <- ttd_check(top_targets=top_targets)

neurogenomics/MultiEWCE documentation built on April 22, 2024, 6:22 a.m.