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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
739335 739335 260535 260535 863 3 0.255412466073814
739336 739336 260535 260535 103572 3 0.140558896906084
739337 739337 260535 260535 112345 2 0.321799542411959
739338 739338 260535 260535 150083 3 0.255412466073814
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 1354.656ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website