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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
835482 835482 289875 289875 70412 7 0.319402617816095
835483 835483 289875 289875 192628 4 0.248193669012141
835484 835484 289875 289875 194932 3 0.298064949157401
835485 835485 289875 289875 273283 1 0.10747101121149
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 1012.226ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website