home / zeropm-v0-0-4

consensus_index

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

8 rows where inchi_id = 29996

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
27094 27094 7885 7885 29996 8 0.625
173222 173222 61877 61877 29996 12 0.638297872340426
230239 230239 78903 78903 29996 8 0.625
435567 435567 156340 156340 29996 8 0.625
696484 696484 248297 248297 29996 8 0.625
787781 787781 275135 275135 29996 8 0.628571428571429
787783 787783 275136 275136 29996 8 0.625
1621875 1621875 489736 489736 29996 8 0.625
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 1345.313ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website