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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
54805 54805 17124 17124 139487 2 0.189251606107572
54806 54806 17124 17124 143059 2 0.218528931461552
54807 54807 17124 17124 155889 1 0.0946258030537861
54808 54808 17124 17124 172081 2 0.218528931461552
54809 54809 17124 17124 278967 1 0.0757006424430289
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 2070.789ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website