home / zeropm-v0-0-4

consensus_index

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

5 rows where inchi_id = 68333

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
293619 293619 99405 99405 68333 7 0.4125
723641 723641 255761 255761 68333 7 0.517241379310345
833535 833535 289286 289286 68333 7 0.517241379310345
833538 833538 289287 289287 68333 4 0.506024096385542
910220 910220 321480 321480 68333 4 0.506024096385542
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 1071.447ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website