home / zeropm-v0-0-4

consensus_index

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

16 rows where inchi_id = 190301

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
28743 28743 8310 8310 190301 1 0.0975415550299745
81078 81078 29231 29231 190301 1 0.0975415550299745
126101 126101 45056 45056 190301 1 0.0800631793343912
183485 183485 65569 65569 190301 2 0.434928262656019
190983 190983 67978 67978 190301 1 0.253012048192771
237144 237144 80756 80756 190301 1 0.114982578397213
346364 346364 116967 116967 190301 2 0.192391362615573
357059 357059 121109 121109 190301 3 0.277241746299019
563951 563951 221574 221574 190301 2 0.192391362615573
708376 708376 251488 251488 190301 1 0.0804151748210677
806522 806522 280903 280903 190301 1 0.0975415550299745
806526 806526 280904 280904 190301 1 0.113924050632911
886238 886238 308821 308821 190301 1 0.113207547169811
906290 906290 319842 319842 190301 1 0.253012048192771
1624678 1624678 490594 490594 190301 1 0.0975415550299745
1676815 1676815 509128 509128 190301 2 0.215614266373077
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 2273.956ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website