home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 102383

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
302542 302542 102383 102383 224 3 0.111530947574523
302543 302543 102383 102383 2008 1 0.111827573832
302544 302544 102383 102383 2147 10 0.395370178901232
302545 302545 102383 102383 140982 3 0.113359648786854
302546 302546 102383 102383 146539 1 0.0798768384514285
302547 302547 102383 102383 224136 2 0.16140919963682
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 626.279ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website