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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
760422 760422 266844 266844 2309 4 0.359327356189659
760423 760423 266844 266844 3164 1 0.179663678094829
760424 760424 266844 266844 33652 1 0.179663678094829
760425 760425 266844 266844 333053 2 0.119775785396553
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 458.732ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website