home / zeropm-v0-0-4

consensus_index

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

22 rows where inchi_id = 112174

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
40954 40954 12415 12415 112174 1 0.339622641509434
96376 96376 34154 34154 112174 1 0.339622641509434
165119 165119 59095 59095 112174 1 0.336
284997 284997 96593 96593 112174 1 0.332419369494864
455940 455940 163816 163816 112174 1 0.336
553999 553999 218533 218533 112174 1 0.336
711745 711745 252335 252335 112174 1 0.339622641509434
812086 812086 282503 282503 112174 1 0.336
812090 812090 282504 282504 112174 1 0.339622641509434
914400 914400 323508 323508 112174 1 0.336
1064511 1064511 375610 375610 112174 2 0.340909090909091
1064515 1064515 375611 375611 112174 2 0.340909090909091
1288647 1288647 423385 423385 112174 2 0.340909090909091
1288651 1288651 423386 423386 112174 2 0.340909090909091
1288655 1288655 423387 423387 112174 2 0.340909090909091
1288659 1288659 423388 423388 112174 2 0.340909090909091
1288663 1288663 423389 423389 112174 2 0.340909090909091
1502244 1502244 464620 464620 112174 2 0.340909090909091
1502248 1502248 464621 464621 112174 2 0.340909090909091
1600922 1600922 483614 483614 112174 2 0.340909090909091
1647465 1647465 498838 498838 112174 2 0.340909090909091
1736797 1736797 532050 532050 112174 1 0.339622641509434
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 3561.102ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website