home / zeropm-v0-0-4

consensus_index

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

11 rows where inventory_id = 539280

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1758282 1758282 539280 539280 24706 1 0.0241825786225027
1758283 1758283 539280 539280 62526 3 0.116257712090766
1758284 1758284 539280 539280 118621 1 0.241825786225027
1758285 1758285 539280 539280 203658 2 0.241825786225027
1758286 1758286 539280 539280 256510 2 0.120912893112514
1758287 1758287 539280 539280 257671 2 0.0604564465562568
1758288 1758288 539280 539280 262055 1 0.0302282232781284
1758289 1758289 539280 539280 264762 1 0.0403042977041712
1758290 1758290 539280 539280 265971 1 0.0268695318027808
1758291 1758291 539280 539280 269452 1 0.0483651572450055
1758292 1758292 539280 539280 307714 1 0.0345465408892896
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 1941.359ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website