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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
298016 298016 100716 100716 767 2 0.329790531111702
298017 298017 100716 100716 98124 1 0.155464747280132
298018 298018 100716 100716 103571 7 0.382599686420053
298019 298019 100716 100716 224088 1 0.0932788483680792
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 1083.817ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website