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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1051 1051 229 229 446 6 0.273656779533515
1052 1052 229 229 106400 14 0.387009129051641
1053 1053 229 229 228962 1 0.129003043017214
1054 1054 229 229 238373 1 0.19350456452582
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 803.501ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website