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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
192294 192294 68335 68335 9168 1 0.0805642012296686
192295 192295 68335 68335 9670 5 0.148577774672167
192296 192296 68335 68335 107445 5 0.244224988942972
192297 192297 68335 68335 134179 2 0.322256804918674
192298 192298 68335 68335 142075 3 0.122963984783379
192299 192299 68335 68335 183333 2 0.0644513609837349
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 816.75ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website