home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 255283

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
722285 722285 255283 255283 65911 5 0.143462263919622
722286 722286 255283 255283 114715 1 0.0757403916888406
722287 722287 255283 255283 124127 9 0.302961566755362
722288 722288 255283 255283 133059 2 0.0874574710601596
722289 722289 255283 255283 148090 1 0.0605923133510725
722290 722290 255283 255283 170743 2 0.0874574710601596
722291 722291 255283 255283 230767 1 0.151480783377681
722292 722292 255283 255283 238301 2 0.078224340172295
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 1693.113ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website