home / zeropm-v0-0-4

consensus_index

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

9 rows where inventory_id = 100579

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
297435 297435 100579 100579 75291 2 0.230978370823599
297436 297436 100579 100579 91483 1 0.0577445927058996
297437 297437 100579 100579 108010 4 0.133355424571986
297438 297438 100579 100579 110197 1 0.0461956741647197
297439 297439 100579 100579 229181 1 0.0329969101176569
297440 297440 100579 100579 229661 2 0.230978370823599
297441 297441 100579 100579 230545 2 0.115489185411799
297442 297442 100579 100579 245995 1 0.0577445927058996
297443 297443 100579 100579 296632 1 0.0384963951372664
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 1908.136ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website