home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

7 rows where inventory_id = 466256

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1511068 1511068 466256 466256 23676 1 0.054227504779049
1511069 1511069 466256 466256 59831 6 0.243473264355991
1511070 1511070 466256 466256 133039 8 0.298318961725983
1511071 1511071 466256 466256 185063 1 0.0867640076464784
1511072 1511072 466256 466256 197534 2 0.0946672934851701
1511073 1511073 466256 466256 224701 1 0.0723033397053987
1511074 1511074 466256 466256 226510 3 0.131383887509218
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 961.747ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website