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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
2952 2952 843 843 42 2 0.21028668370548
2953 2953 843 843 2614 1 0.0728454440666114
2954 2954 843 843 3144 2 0.21028668370548
2955 2955 843 843 25985 1 0.182113610166528
2956 2956 843 843 90211 2 0.128773768695116
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 2221.78ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website