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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
335869 335869 113210 113210 1221 2 0.268396585865466
335870 335870 113210 113210 8256 1 0.126523363941859
335871 335871 113210 113210 21377 1 0.189785045912789
335872 335872 113210 113210 139459 3 0.239114174300788
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 1147.058ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website