home / zeropm-v0-0-4

consensus_index

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

25 rows where inchi_id = 133728

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
46944 46944 14355 14355 133728 4 0.656703184093677
48982 48982 15054 15054 133728 1 0.262666654095878
49392 49392 15167 15167 133728 4 0.225834379055014
103672 103672 36574 36574 133728 4 0.656703184093677
112825 112825 39409 39409 133728 4 0.225834379055014
163339 163339 58476 58476 133728 4 0.350440262760282
190822 190822 67938 67938 133728 3 0.207804887095191
303717 303717 102712 102712 133728 1 0.262666654095878
305335 305335 103217 103217 133728 3 0.27090831613713
381360 381360 130476 130476 133728 1 0.386876596835389
587990 587990 229654 229654 133728 3 0.27090831613713
591330 591330 230699 230699 133728 1 0.262666654095878
677062 677062 241923 241923 133728 4 0.225834379055014
730395 730395 257668 257668 133728 6 0.355084916094823
752590 752590 264500 264500 133728 3 0.231848046529156
752594 752594 264501 264501 133728 4 0.225834379055014
752598 752598 264502 264502 133728 4 0.252513263566127
752602 752602 264503 264503 133728 3 0.273356510176593
829822 829822 287935 287935 133728 1 0.386876596835389
848203 848203 293389 293389 133728 4 0.350440262760282
848204 848204 293390 293390 133728 4 0.656703184093677
945076 945076 338487 338487 133728 2 0.254770282718923
953139 953139 342054 342054 133728 2 0.630993034743972
1657893 1657893 502374 502374 133728 4 0.225834379055014
1743898 1743898 534082 534082 133728 3 0.207804887095191
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 3513.098ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website