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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
362787 362787 123224 123224 49911 5 0.297029702970297
362788 362788 123224 123224 105588 1 0.297029702970297
362789 362789 123224 123224 178503 1 0.0742574257425743
362790 362790 123224 123224 178504 1 0.099009900990099
362791 362791 123224 123224 178506 2 0.148514851485149
362792 362792 123224 123224 231856 1 0.0594059405940594
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 958.649ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website