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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1220651 1220651 404808 404808 7365 2 0.30184334380958
1220652 1220652 404808 404808 101857 2 0.087134667900779
1220653 1220653 404808 404808 106555 6 0.30184334380958
1220654 1220654 404808 404808 215281 2 0.123227029098157
1220655 1220655 404808 404808 227110 2 0.106717737631888
1220656 1220656 404808 404808 271141 1 0.0603686687619161
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 668.584ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website