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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
746108 746108 262471 262471 47 1 0.0836653386454183
746109 746109 262471 262471 3186 8 0.334661354581673
746110 746110 262471 262471 5335 1 0.167330677290837
746111 746111 262471 262471 33692 1 0.111553784860558
746112 746112 262471 262471 48155 1 0.167330677290837
746113 746113 262471 262471 215496 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 1595.72ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website