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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
430648 430648 155048 155048 3168 8 0.365853658536585
430649 430649 155048 155048 56819 1 0.121951219512195
430650 430650 155048 155048 141579 1 0.0914634146341463
430651 430651 155048 155048 147830 1 0.0914634146341463
430652 430652 155048 155048 189716 1 0.121951219512195
430653 430653 155048 155048 245082 2 0.182926829268293
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 909.638ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website