home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 471512

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1548982 1548982 471512 471512 73620 8 0.350291909924937
1548983 1548983 471512 471512 76432 1 0.175145954962469
1548984 1548984 471512 471512 113251 1 0.175145954962469
1548985 1548985 471512 471512 183598 1 0.0875729774812344
1548986 1548986 471512 471512 208031 1 0.116763969974979
1548987 1548987 471512 471512 211388 1 0.0700583819849875
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 892.972ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website