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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
746628 746628 262627 262627 3332 8 0.334661354581673
746629 746629 262627 262627 47111 1 0.111553784860558
746630 746630 262627 262627 139449 1 0.167330677290837
746631 746631 262627 262627 188818 1 0.167330677290837
746632 746632 262627 262627 198639 1 0.0836653386454183
746633 746633 262627 262627 223467 1 0.111553784860558
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 1380.868ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website