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 = 255871

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
724011 724011 255871 255871 18193 2 0.111700714888183
724012 724012 255871 255871 21767 1 0.0832567972084334
724013 724013 255871 255871 32888 2 0.2497703916253
724014 724014 255871 255871 68379 10 0.401002148509516
724015 724015 255871 255871 171194 1 0.12488519581265
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 1010.735ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website