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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
859547 859547 297326 297326 13628 1 0.099009900990099
859548 859548 297326 297326 55043 1 0.0594059405940594
859549 859549 297326 297326 91287 5 0.297029702970297
859550 859550 297326 297326 97104 2 0.297029702970297
859551 859551 297326 297326 140874 1 0.0742574257425743
859552 859552 297326 297326 244155 1 0.148514851485149
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 782.612ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website