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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
341964 341964 115413 115413 6571 1 0.0767121637825867
341965 341965 115413 115413 31300 8 0.236417207099476
341966 341966 115413 115413 73040 2 0.383560818912934
341967 341967 115413 115413 218004 1 0.0639268031521556
341968 341968 115413 115413 236361 3 0.146355844098352
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 1070.236ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website