You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least some proteins need normalization - e.g. ACE2:
UniProtKB:Q9BYF1 ACE2 pharmgkb|intact|go-cams
NCBIGene:59272 ACE2 zhou_host_proteins|SciBite-CORD-19
ENSEMBL:ENSG00000130234 ACE2 STRING # this is the gene, so a separate node arguably is okay (ish)
To Reproduce
$ wget https://kg-hub.berkeleybop.io/kg-covid-19/20210101/kg-covid-19.tar.gz
$ tar xvzf kg-covid-19.tar.gz
$ cut -f1,2,4 merged-kg_nodes.tsv | grep -w -E 'ACE2' | grep -v "^CORD" # ignore CORD-19 papers that mention ACE2 in description
Describe the bug
At least some proteins need normalization - e.g. ACE2:
To Reproduce
Expected behavior
Should see something like:
UniProtKB:Q9BYF1 ACE2 pharmgkb|intact|go-cams| zhou_host_proteins|SciBite-CORD-19|STRING
Version
version
20210101
The text was updated successfully, but these errors were encountered: