home / zeropm-v0-0-4

consensus_index

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

14 rows where inventory_id = 57302

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
159195 159195 57302 57302 4370 2 0.0722526612670246
159196 159196 57302 57302 92326 3 0.129968177603145
159197 159197 57302 57302 128324 2 0.270344703743838
159198 159198 57302 57302 248614 1 0.0337930879679798
159199 159199 57302 57302 248930 1 0.0540689407487676
159200 159200 57302 57302 259587 2 0.045696595322485
159201 159201 57302 57302 264787 1 0.0207957464418337
159202 159202 57302 57302 274614 1 0.0270344703743838
159203 159203 57302 57302 289350 1 0.045057450623973
159204 159204 57302 57302 291463 2 0.135172351871919
159205 159205 57302 57302 292764 2 0.0675861759359595
159206 159206 57302 57302 309451 1 0.0245767912494398
159207 159207 57302 57302 310068 2 0.0318604288791894
159208 159208 57302 57302 320993 1 0.030038300415982
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 2421.338ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website