home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 19432

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
60862 60862 19432 19432 8438 1 0.0935464058229992
60863 60863 19432 19432 40786 3 0.176791628757607
60864 60864 19432 19432 126971 1 0.280639217468997
60865 60865 19432 19432 152852 3 0.280639217468997
60866 60866 19432 19432 332758 1 0.140319608734499
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 655.395ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website