home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 281123

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
807319 807319 281123 281123 40 4 0.156351791530945
807320 807320 281123 281123 12877 2 0.156351791530945
807321 807321 281123 281123 21473 1 0.0781758957654723
807322 807322 281123 281123 47827 1 0.156351791530945
807323 807323 281123 281123 91286 3 0.156351791530945
807324 807324 281123 281123 149261 1 0.0521172638436482
807325 807325 281123 281123 172513 1 0.0781758957654723
807326 807326 281123 281123 235287 2 0.156351791530945
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 1550.266ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website