home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 328184

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
924271 924271 328184 328184 16188 3 0.311688311688312
924272 924272 328184 328184 47616 1 0.155844155844156
924273 924273 328184 328184 112196 1 0.311688311688312
924274 924274 328184 328184 174603 1 0.0779220779220779
924275 924275 328184 328184 196237 1 0.103896103896104
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 793.48ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website