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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
192753 192753 68501 68501 9859 3 0.197907294131598
192754 192754 68501 68501 115153 2 0.285431709921999
192755 192755 68501 68501 140147 4 0.285431709921999
192756 192756 68501 68501 203779 2 0.0823970372793607
192757 192757 68501 68501 224733 1 0.0570863419843999
192758 192758 68501 68501 253796 1 0.0713579274804998
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 714.758ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website