home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 376266

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1070514 1070514 376266 376266 42159 2 0.10516783086446
1070515 1070515 376266 376266 42160 2 0.12143735091937
1070516 1070516 376266 376266 52211 6 0.297459545467758
1070517 1070517 376266 376266 53407 1 0.0594919090935516
1070518 1070518 376266 376266 92573 2 0.297459545467758
1070519 1070519 376266 376266 157169 1 0.0991531818225859
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 805.661ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website