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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
897313 897313 315301 315301 16755 3 0.317222136314584
897314 897314 315301 315301 158078 1 0.133224949011788
897315 897315 315301 315301 186471 2 0.399674847035365
897316 897316 315301 315301 202090 1 0.0999187117588413
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 1894.087ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website