home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 41211

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
118162 118162 41211 41211 767 2 0.399815632935602
118163 118163 41211 41211 102417 8 0.336203532497943
118164 118164 41211 41211 173807 1 0.0999539082339005
118165 118165 41211 41211 290174 1 0.133271877645201
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 1123.575ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website