home / zeropm-v0-0-4

consensus_index

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

12 rows where inventory_id = 241504

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
675569 675569 241504 241504 4370 1 0.193699875413096
675570 675570 241504 241504 24706 1 0.0484249688532741
675571 675571 241504 241504 92326 3 0.106597149455666
675572 675572 241504 241504 114253 2 0.193699875413096
675573 675573 241504 241504 128324 8 0.09206359683191
675574 675574 241504 241504 153971 2 0.0298885396634806
675575 675575 241504 241504 248614 3 0.153739692998429
675576 675576 241504 241504 248897 2 0.037277558403916
675577 675577 241504 241504 248930 1 0.0322833125688494
675578 675578 241504 241504 264787 1 0.0276714107732995
675579 675579 241504 241504 279930 1 0.0387399750826193
675580 675580 241504 241504 307963 1 0.0387399750826193
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 2715.414ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website