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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1001270 1001270 358505 358505 5833 2 0.303260761295259
1001271 1001271 358505 358505 122163 2 0.15163038064763
1001272 1001272 358505 358505 321438 2 0.303260761295259
1001273 1001273 358505 358505 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 2150.537ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website