home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 63255

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
177460 177460 63255 63255 4046 5 0.304849959546536
177461 177461 63255 63255 73287 1 0.0700361294104036
177462 177462 63255 63255 73288 1 0.0875451617630046
177463 177463 63255 63255 116914 1 0.0437725808815023
177464 177464 63255 63255 171197 1 0.0583634411753364
177465 177465 63255 63255 187403 1 0.0500258067217169
177466 177466 63255 63255 202030 1 0.175090323526009
177467 177467 63255 63255 202083 1 0.116726882350673
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 1699.688ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website