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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
745210 745210 262201 262201 3046 8 0.396600566572238
745211 745211 262201 262201 85212 1 0.132200188857413
745212 745212 262201 262201 184482 1 0.0991501416430595
745213 745213 262201 262201 184670 1 0.0793201133144476
745214 745214 262201 262201 214877 1 0.0661000944287063
745215 745215 262201 262201 215896 1 0.198300283286119
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 504.722ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website