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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
866645 866645 299130 299130 11054 1 0.166833680941922
866646 866646 299130 299130 57254 4 0.500501042825766
866647 866647 299130 299130 140272 2 0.176953840686519
866648 866648 299130 299130 333640 1 0.100100208565153
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 2057.762ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website