home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 255346

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
722434 722434 255346 255346 60355 2 0.151696030005673
722435 722435 255346 255346 119281 2 0.185788934759913
722436 722436 255346 255346 184446 1 0.123859289839942
722437 722437 255346 255346 208138 3 0.371577869519826
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 909.437ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website