home / zeropm-v0-0-4

consensus_index

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

10 rows where inventory_id = 471211

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1547280 1547280 471211 471211 37425 1 0.062260654725139
1547281 1547281 471211 471211 73584 8 0.311303273625695
1547282 1547282 471211 471211 127582 3 0.155651636812847
1547283 1547283 471211 471211 189204 1 0.0518838789376158
1547284 1547284 471211 471211 191041 1 0.103767757875232
1547285 1547285 471211 471211 191045 1 0.0778258184064237
1547286 1547286 471211 471211 201038 1 0.0345892526250772
1547287 1547287 471211 471211 215575 1 0.0444718962322421
1547288 1547288 471211 471211 215576 1 0.0389129092032119
1547289 1547289 471211 471211 281910 1 0.103767757875232
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 1099.089ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website