home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 263099

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
748303 748303 263099 263099 3684 8 0.371272832959494
748304 748304 263099 263099 154083 1 0.185636416479747
748305 748305 263099 263099 203677 1 0.185636416479747
748306 748306 263099 263099 243836 1 0.123757610986498
748307 748307 263099 263099 284771 2 0.107177235025979
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 1448.623ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website