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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
123333 123333 42837 42837 9757 1 0.147448856212575
123334 123334 42837 42837 75789 3 0.258685842626861
123335 123335 42837 42837 133248 8 0.341095833367578
123336 123336 42837 42837 162376 1 0.221173284318863
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 851.538ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website