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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
748895 748895 263302 263302 3977 6 0.320437409894476
748896 748896 263302 263302 14680 1 0.0886385987094161
748897 748897 263302 263302 33486 1 0.22159649677354
748898 748898 263302 263302 70946 1 0.11079824838677
748899 748899 263302 263302 73273 1 0.147730997849027
748900 748900 263302 263302 216772 1 0.0738654989245134
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 1947.186ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website