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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
193779 193779 68862 68862 17045 1 0.198300283286119
193780 193780 68862 68862 37741 8 0.396600566572238
193781 193781 68862 68862 37744 1 0.132200188857413
193782 193782 68862 68862 119305 1 0.0793201133144476
193783 193783 68862 68862 251518 1 0.0991501416430595
193784 193784 68862 68862 267053 1 0.0661000944287063
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 2155.623ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website