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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
703191 703191 250411 250411 3185 2 0.223880597014925
703192 703192 250411 250411 41477 10 0.447761194029851
703193 703193 250411 250411 205136 1 0.149253731343284
703194 703194 250411 250411 242111 1 0.149253731343284
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 606.887ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website