home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 529256

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1728255 1728255 529256 529256 28901 1 0.0826633836611605
1728256 1728256 529256 529256 59450 1 0.0472362192349489
1728257 1728257 529256 529256 83362 3 0.229262356149751
1728258 1728258 529256 529256 115988 5 0.330653534644642
1728259 1728259 529256 529256 148603 1 0.0661307069289284
1728260 1728260 529256 529256 229307 1 0.165326767322321
1728261 1728261 529256 529256 229308 1 0.0551089224407737
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 1379.5ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website