home / zeropm-v0-0-4

consensus_index

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

9 rows where inchi_id = 155706

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
56382 56382 17710 17710 155706 1 0.152894909591785
146831 146831 52607 52607 155706 1 0.153195201469716
334286 334286 112686 112686 155706 1 0.153195201469716
569512 569512 223351 223351 155706 1 0.153195201469716
693968 693968 247522 247522 155706 1 0.152894909591785
781848 781848 273378 273378 155706 1 0.152894909591785
781853 781853 273379 273379 155706 1 0.155844155844156
935988 935988 334163 334163 155706 1 0.155844155844156
1750416 1750416 536188 536188 155706 1 0.152894909591785
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 2665.412ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website