get_pert_by_type: Filter the drug based on the tested cell-line

View source: R/parse_drugs.R

get_pert_by_typeR Documentation

Filter the drug based on the tested cell-line

Description

The function is used to re-rank drugs based on their targets

Usage

get_pert_by_type(perts, perts_type = c("cancer", "Normal"), high_targets = TRUE)

Arguments

perts

drugs data frame returned by 'get_drugs' function

perts_type

type of drug, whether it's from a normal or cancerous cell line

high_targets

Boolean paramter to rank their drugs per the number of targets

Value

re-ranked drug data frame based on their number of targets and cell line

Author(s)

Mohamed Soudy Mohmedsoudy2009@gmail.com


DFD documentation built on April 3, 2025, 6:15 p.m.

Related to get_pert_by_type in DFD...