home / zeropm-v0-0-4

consensus_index

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

30 rows where inchi_id = 34553

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
3680 3680 1043 1043 34553 8 0.625
31262 31262 9163 9163 34553 1 0.0979052446692306
118513 118513 41327 41327 34553 8 0.625
161481 161481 57953 57953 34553 8 0.625
199007 199007 70758 70758 34553 8 0.625
231487 231487 79205 79205 34553 8 0.521739130434783
245555 245555 83553 83553 34553 1 0.10527712329485
435954 435954 156436 156436 34553 8 0.521739130434783
520956 520956 207955 207955 34553 8 0.521739130434783
520959 520959 207956 207956 34553 8 0.521739130434783
520962 520962 207957 207957 34553 8 0.521739130434783
564063 564063 221617 221617 34553 8 0.521739130434783
662255 662255 237330 237330 34553 9 0.523489932885906
699436 699436 249259 249259 34553 12 0.527472527472527
720761 720761 254798 254798 34553 1 0.102402291645973
793650 793650 277007 277007 34553 8 0.521739130434783
793653 793653 277008 277008 34553 5 0.608695652173913
793655 793655 277009 277009 34553 8 0.625
826581 826581 286904 286904 34553 1 0.102402291645973
826585 826585 286905 286905 34553 1 0.0979052446692306
933446 933446 332578 332578 34553 4 0.6
942250 942250 337265 337265 34553 1 0.102402291645973
1089871 1089871 380751 380751 34553 1 0.100476749020695
1318657 1318657 429296 429296 34553 1 0.100476749020695
1520914 1520914 468604 468604 34553 1 0.100476749020695
1602733 1602733 484166 484166 34553 1 0.100476749020695
1622488 1622488 489891 489891 34553 8 0.625
1629527 1629527 492361 492361 34553 1 0.100476749020695
1724114 1724114 527963 527963 34553 8 0.625
1727519 1727519 529029 529029 34553 1 0.0979052446692306
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 3117.433ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website