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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1545498 1545498 471018 471018 73579 8 0.516750101232791
1545499 1545499 471018 471018 81197 1 0.103350020246558
1545500 1545500 471018 471018 182901 2 0.210962345425315
1545501 1545501 471018 471018 322891 1 0.129187525308198
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 1028.723ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website