home / zeropm-v0-0-4

consensus_index

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

13 rows where inchi_id = 57986

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
64625 64625 21105 21105 57986 8 0.625
87606 87606 31345 31345 57986 8 0.625
120644 120644 41998 41998 57986 1 0.161917956355437
142487 142487 50777 50777 57986 4 0.6
244622 244622 83249 83249 57986 1 0.100257763121265
371445 371445 126520 126520 57986 7 0.620689655172414
507819 507819 203138 203138 57986 7 0.620689655172414
548955 548955 216983 216983 57986 4 0.6
717757 717757 253872 253872 57986 8 0.625
879093 879093 305146 305146 57986 1 0.15700861893434
896666 896666 315013 315013 57986 4 0.6
1628525 1628525 491991 491991 57986 1 0.150407669917857
1687286 1687286 513300 513300 57986 8 0.625
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 2628.432ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website