home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 65829

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
184355 184355 65829 65829 18193 2 0.162188356580779
184356 184356 65829 65829 27434 2 0.108125571053853
184357 184357 65829 65829 56950 7 0.266097686471974
184358 184358 65829 65829 107773 2 0.324376713161558
184359 184359 65829 65829 188266 1 0.0648753426323117
184360 184360 65829 65829 287281 1 0.0540627855269264
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 772.079ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website