home / zeropm-v0-0-4

consensus_index

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

12 rows where inchi_id = 146538

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
61088 61088 19528 19528 146538 1 0.112676056338028
109356 109356 38260 38260 146538 1 0.0821297435895076
121776 121776 42321 42321 146538 1 0.112676056338028
162945 162945 58362 58362 146538 1 0.112676056338028
261276 261276 88498 88498 146538 1 0.0811782764032464
354984 354984 120192 120192 146538 1 0.113636363636364
689987 689987 246074 246074 146538 1 0.0821297435895076
799641 799641 278961 278961 146538 1 0.112
891642 891642 312641 312641 146538 2 0.276497695852535
896161 896161 314776 314776 146538 1 0.112
1636879 1636879 494947 494947 146538 1 0.084736556219446
1680531 1680531 510568 510568 146538 1 0.112676056338028
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 1913.433ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website