home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 100039

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
295502 295502 100039 100039 73383 2 0.186642248996938
295503 295503 100039 100039 106617 5 0.281426239269275
295504 295504 100039 100039 138952 1 0.161636929050809
295505 295505 100039 100039 270313 2 0.144572464412768
295506 295506 100039 100039 326692 1 0.0808184645254047
295507 295507 100039 100039 333138 3 0.123352063204696
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 1266.096ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website