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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
123494 123494 42886 42886 4047 5 0.417837236887851
123495 123495 42886 42886 11728 1 0.15998964888986
123496 123496 42886 42886 16127 2 0.239984473334791
123497 123497 42886 42886 42239 2 0.138555100281172
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 2058.289ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website