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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
381220 381220 130400 130400 45366 1 0.16671349196457
381221 381221 130400 130400 65365 5 0.333426983929139
381222 381222 130400 130400 133763 2 0.333426983929139
381223 381223 130400 130400 266417 2 0.136120996183593
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 1568.215ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website