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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
298088 298088 100735 100735 858 3 0.171018570599163
298089 298089 100735 100735 7598 1 0.0783069574023899
298090 298090 100735 100735 93862 1 0.0978836967529874
298091 298091 100735 100735 119802 6 0.391534787011949
298092 298092 100735 100735 133082 2 0.10464207342873
298093 298093 100735 100735 225202 1 0.13051159567065
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 959.653ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website