home / zeropm-v0-0-4

consensus_index

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

11 rows where inventory_id = 68421

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
192461 192461 68421 68421 10863 1 0.0411848807735046
192462 192462 68421 68421 10981 3 0.129724245559873
192463 192463 68421 68421 28063 1 0.0514811009668808
192464 192464 68421 68421 97370 2 0.205924403867523
192465 192465 68421 68421 116108 1 0.068641467955841
192466 192466 68421 68421 120063 6 0.205924403867523
192467 192467 68421 68421 124021 1 0.102962201933762
192468 192468 68421 68421 183208 1 0.0294177719810747
192469 192469 68421 68421 221351 1 0.068641467955841
192470 192470 68421 68421 229529 1 0.0343207339779205
192471 192471 68421 68421 238271 1 0.0514811009668808
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 1159.504ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website