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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
334283 334283 112686 112686 26218 2 0.306390402939431
334284 334284 112686 112686 63382 2 0.108325365804475
334285 334285 112686 112686 129322 5 0.306390402939431
334286 334286 112686 112686 155706 1 0.153195201469716
334287 334287 112686 112686 203267 2 0.102130134313144
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 874.779ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website