home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 297087

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
858779 858779 297087 297087 54422 2 0.394424282705345
858780 858780 297087 297087 90719 4 0.331669965415943
858781 858781 297087 297087 147972 1 0.131474760901782
858782 858782 297087 297087 177658 1 0.0986060706763363
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 1454.991ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website