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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
336620 336620 113471 113471 3671 6 0.393308258576408
336621 336621 113471 113471 200709 1 0.110368398384667
336622 336622 113471 113471 202449 1 0.220736796769333
336623 336623 113471 113471 206506 1 0.147157864512889
336624 336624 113471 113471 246916 1 0.0882947187077334
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 1002.117ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website