home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 102901

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
304279 304279 102901 102901 5727 1 0.307512553005915
304280 304280 102901 102901 44246 1 0.0768781382514789
304281 304281 102901 102901 108580 5 0.267705226239929
304282 304282 102901 102901 210837 2 0.21744421153047
304283 304283 102901 102901 222549 1 0.102504184335305
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 1970.736ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website