home / zeropm-v0-0-4

consensus_index

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

9 rows where inventory_id = 255353

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
722457 722457 255353 255353 22182 1 0.090306850174568
722458 722458 255353 255353 180555 1 0.067730137630926
722459 722459 255353 255353 191343 1 0.0541841101047408
722460 722460 255353 255353 219502 2 0.0724065627925629
722461 722461 255353 255353 224052 1 0.0301022833915227
722462 722462 255353 255353 225923 1 0.270920550523704
722463 722463 255353 255353 226722 4 0.227816119753946
722464 722464 255353 255353 231924 1 0.045153425087284
722465 722465 255353 255353 247311 1 0.033865068815463
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 1664.068ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website