home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 297565

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
860434 860434 297565 297565 6276 3 0.216113434109588
860435 860435 297565 297565 6305 1 0.088830260104348
860436 860436 297565 297565 189224 4 0.376874875766096
860437 860437 297565 297565 203372 1 0.076140222946584
860438 860438 297565 297565 264844 2 0.094218718941524
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 1005.567ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website