home / zeropm-v0-0-4

consensus_index

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

9 rows where inventory_id = 68500

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
192744 192744 68500 68500 31823 5 0.145214404986149
192745 192745 68500 68500 37162 1 0.0467876467307787
192746 192746 68500 68500 97369 3 0.280725880384672
192747 192747 68500 68500 99590 1 0.0561451760769344
192748 192748 68500 68500 137874 7 0.254260073035716
192749 192749 68500 68500 217538 4 0.0992515868372826
192750 192750 68500 68500 228814 1 0.0311917644871858
192751 192751 68500 68500 263117 1 0.0401036971978103
192752 192752 68500 68500 309511 1 0.035090735048084
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 1262.404ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website