home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 96256

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
283866 283866 96256 96256 48540 1 0.140845070422535
283867 283867 96256 96256 49631 7 0.422535211267606
283868 283868 96256 96256 91461 1 0.105633802816901
283869 283869 96256 96256 155128 1 0.0845070422535211
283870 283870 96256 96256 176577 1 0.211267605633803
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 491.599ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website