home / zeropm-v0-0-4

consensus_index

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

9 rows where inventory_id = 430978

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1345383 1345383 430978 430978 22182 1 0.0908608879930015
1345384 1345384 430978 430978 180555 1 0.0681456659947512
1345385 1345385 430978 430978 191343 1 0.0545165327958009
1345386 1345386 430978 430978 219502 2 0.0728507812988258
1345387 1345387 430978 430978 224052 1 0.0302869626643338
1345388 1345388 430978 430978 225923 1 0.272582663979005
1345389 1345389 430978 430978 226722 2 0.192745050133448
1345390 1345390 430978 430978 231924 1 0.0454304439965008
1345391 1345391 430978 430978 247311 1 0.0340728329973756
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 655.106ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website