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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1001258 1001258 358502 358502 5833 2 0.303260761295259
1001259 1001259 358502 358502 122163 2 0.15163038064763
1001260 1001260 358502 358502 321438 2 0.303260761295259
1001261 1001261 358502 358502 335197 1 0.101086920431753
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 1259.263ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website