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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
723279 723279 255657 255657 59777 2 0.163328388376956
723280 723280 255657 255657 67789 12 0.400071212034661
723281 723281 255657 255657 152597 1 0.100017803008665
723282 723282 255657 255657 176174 1 0.20003560601733
723283 723283 255657 255657 232410 2 0.115490610981616
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 1796.914ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website