Skip to content

Update drug detection for new Guide to Pharmacology prefixes #372

@dustine32

Description

@dustine32

Some drug reactions were being let through (not filtered out) in the conversion code because the expected xref prefix of certain drug entities began being output in the upstream BioPAX as "Guide to Pharmacology - Ligands," which doesn't exactly match the expected drug prefix "Guide to Pharmacology."

Set<String> drugDbs = new HashSet<>(Arrays.asList("IUPHAR", "Guide to Pharmacology"));

Update the code to look for prefix (instead of exact match) "Guide to Pharmacology". Example pathways are:
R-HSA-196791
R-HSA-73817
R-HSA-75105

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions