cycle20 / EZCancerTarget

Collect drug compound data based on editable target table and scan various sources to augment dataset
https://cycle20.github.io/EZCancerTarget/
GNU General Public License v3.0
1 stars 1 forks source link

Full download from clue #54

Open cycle20 opened 2 years ago

cycle20 commented 2 years ago
cycle20 commented 1 year ago

full_target_list.csv

cycle20 commented 1 year ago

2 IDs were not mapped: CDO-1 MMP23A

cycle20 commented 1 year ago

full_list.csv

cycle20 commented 1 year ago
cycle20 commented 1 year ago

An example: adaptavir: CCR5: versus https://www.guidetopharmacology.org/GRAC/ObjectDisplayForward?objectId=62 https://www.guidetopharmacology.org/GRAC/LigandDisplayForward?ligandId=11692 https://www.uniprot.org/uniprotkb/P51681/entry#disease_variants https://drugcentral.org/?q=CCR5&approval= https://www.ebi.ac.uk/chembl/target_report_card/CHEMBL274/

cycle20 commented 1 year ago

Corrupted label records at FDA:

  matchLevel ingrLength year  splEffDate setId                                ndcCodes             applicationNumber submitter                             
       <dbl>      <int> <chr> <chr>      <chr>                                <chr>                <chr>             <chr>                                 
1          1          1 NA    20070330   346af8fe-3816-49de-bfd3-5a7425e728f9 57664-291; 57664-292 NA                CARACO PHARMACEUTICAL LABORATORIES LTD
2          1          1 NA    20060104   f133fe04-1550-4fa4-9dc4-652c27936bf2 0091-3351; 0091-3352 NA                SCHWARZ PHARMA                        
curl  'https://api.fda.gov/drug/ndc.json?search=product_ndc:57664-291&limit=1'
curl  'https://api.fda.gov/drug/ndc.json?search=product_ndc:57664-292&limit=1'
curl  'https://api.fda.gov/drug/ndc.json?search=product_ndc:0091-3351&limit=1'
curl  'https://api.fda.gov/drug/ndc.json?search=product_ndc:0091-3352&limit=1'
{
  "error": {
    "code": "NOT_FOUND",
    "message": "No matches found!"
  }
}