home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

8 rows where inchi_id = 203658

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
76643 76643 27477 27477 203658 3 0.235824896944379
159181 159181 57300 57300 203658 2 0.241825786225027
420085 420085 151004 151004 203658 1 0.297965672868055
508005 508005 203219 203219 203658 2 0.241825786225027
720562 720562 254742 254742 203658 3 0.235824896944379
826356 826356 286814 286814 203658 2 0.233098660873555
915967 915967 324676 324676 203658 2 0.241825786225027
1758285 1758285 539280 539280 203658 2 0.241825786225027
CREATE TABLE [consensus_index] (
        [inventory_id] integer,
        [inchi_id] text,
        [consensus_score] text,
        [consensus_count] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 3106.433ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website