-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
302 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
Package: pharmOncoX | ||
Type: Package | ||
Title: Annotated targeted and non-targeted anticancer drugs | ||
Title: Molecularly targeted cancer drugs and biomarkers | ||
Version: 1.4.3 | ||
Date: 2023-08-07 | ||
Date: 2023-09-01 | ||
Authors@R: | ||
c(person(given = "Sigve", | ||
family = "Nakken", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-8468-2050"))) | ||
Maintainer: Sigve Nakken <[email protected]> | ||
Description: This data package collects anticancer drug information from multiple resources, | ||
including Open Targets Platform/ChEMBL, NCI Thesaurus, and PubChem. The main dataset | ||
contains a list of all anticancer drugs per indication/tumor type (where this is provided). | ||
which can be queried with a range of parameters, including clinical development phase, approval | ||
status, drug targets, mechanism-of-action/drug category etc. | ||
Description: This data package collects anticancer drug information from | ||
multiple resources, including Open Targets Platform/ChEMBL, NCI Thesaurus, | ||
and PubChem. The main dataset contains a list of all molecularly targeted | ||
anticancer drugs per indication/tumor type (where this is provided), | ||
which can be queried with a range of parameters, including | ||
clinical development phase, approval status, drug targets, | ||
mechanism-of-action/drug category etc. The package | ||
also allows for the retrieval of curated biomarkers from multiple | ||
freely available resources (CIViC, CGI, Mitelman database). | ||
License: MIT + file LICENSE | ||
URL: https://github.com/sigven/pharmOncoX | ||
BugReports: https://github.com/sigven/pharmOncoX/issues | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(get_biomarkers) | ||
export(get_drugs) | ||
importFrom(rlang,":=") | ||
importFrom(rlang,.data) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.