drugcomb | R Documentation |
A list containing the identifiers of drugs, diseases, tissues, cell_lines, studies archived in DrugComb.
drugcomb
A list with 5 data frames:
Contains 2 variables: cellosaurus_accession, id.
Contains 2 variables: id, cid.
Contains 2 variables: id, name.
Contains 2 variables: name, id.
Contains 1 variable: id.
This is a list of identifiers of drugs, diseases, tissues, cell_lines, studies archived in DrugComb. Used to check the records currently exist in DrugComb and avoid generate duplicated entries.
The data is request from DrugComb database, using MySQL commands:
SELECT cellosaurus_accession,id FROM cell_line
SELECT id,cid FROM drug
SELECT * FROM disease
SELECT * FROM tissue
SELECT id FROM study;
urlhttps://drugcomb.fimm.fi/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.