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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
680890 680890 243256 243256 7370 1 0.0715553643952479
680891 680891 243256 243256 264580 1 0.0894442054940598
680892 680892 243256 243256 276594 4 0.357776821976239
680893 680893 243256 243256 330659 1 0.17888841098812
680894 680894 243256 243256 334659 2 0.146061775939394
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 1269.72ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website