home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 271773

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
777079 777079 271773 271773 1948 2 0.256258758136629
777080 777080 271773 271773 21250 8 0.430974142188921
777081 777081 271773 271773 30227 1 0.102503503254652
777082 777082 271773 271773 170250 1 0.170839172091086
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 449.596ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website