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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
33473 33473 9866 9866 95200 5 0.406543788162894
33474 33474 9866 9866 117773 1 0.101635947040723
33475 33475 9866 9866 150139 2 0.165970806516204
33476 33476 9866 9866 199804 1 0.203271894081447
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 1107.28ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website