You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOAD DATA LOCAL INFILE './cleaned_dron-to-chebi-and-rxnorm-07232014.txt' INTO TABLE `DrOn_ChEBI_RXCUI_DRUG` FIELDS TERMINATED BY '|' LINES TERMINATED BY '\n' (dron_id, ChEBI, rxcui);
66
+
LOAD DATA LOCAL INFILE './cleaned_dron-to-chebi-and-rxnorm-<DATE>.txt' INTO TABLE `DrOn_ChEBI_RXCUI_DRUG` FIELDS TERMINATED BY '|' LINES TERMINATED BY '\n' (dron_id, ChEBI, rxcui);
67
67
68
68
69
69
(4) get dron and drugbank mapping by query Mysql schema
Copy file name to clipboardExpand all lines: linkedSPLs/LinkedSPLs-update/mappings/FDA-pharmacogenetic-info-mapping/README
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,4 @@
1
-
TODO (4/04/2014)
2
-
3
-
- drop FDAPharmgxTable and then recreate and reload the table per the instructions in ../README
4
-
5
-
- drop FDAPharmgxTableToOntologyMap and then recreate and reload the table per the instructions in ../README
6
-
7
-
- revise the D2R mapping file to reflect changes to table's schema: 1) biomarker in FDAPharmgxTable is now a foreign key to HGNCGeneSymbol in FDAPharmgxTableToOntologyMap; 2) FDAString in FDAPharmgxTableToOntologyMap is now FDAReferencedSubgroup, 3) there are new therapeuticApplication instances that need to be mapped to NCIT
8
-
9
-
-----
10
-
11
-
Workflow (as of 04/04/2014):
1
+
Workflow (as of 01/18/2017):
12
2
13
3
1) Data from the FDA's pharmacogenomic biomarker table
0 commit comments