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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
119144 119144 41472 41472 28891 3 0.311688311688312
119145 119145 41472 41472 45092 1 0.103896103896104
119146 119146 41472 41472 50536 1 0.155844155844156
119147 119147 41472 41472 134438 1 0.311688311688312
119148 119148 41472 41472 171575 1 0.0779220779220779
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 2539.0ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website