home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

5 rows where inventory_id = 210224

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
529507 529507 210224 210224 5726 2 0.256825093077044
529508 529508 210224 210224 124729 1 0.128412546538522
529509 529509 210224 210224 226498 1 0.128412546538522
529510 529510 210224 210224 262789 3 0.203842211461165
529511 529511 210224 210224 277658 2 0.256825093077044
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 1471.086ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website