mirror of
https://github.com/dmis-lab/BERN2.git
synced 2026-04-03 00:18:29 -06:00
Normalization giving the wrong species #25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @duncster94 on 1/30/2024
Hi, thanks for providing this tool!
I ran BERN2 on an example abstract from a paper on yeast RNA Pol III function (PMID: 10473618). The NER is generally very accurate however the normalization step maps each mention to a human gene, rather than a yeast gene.
I have a curated list of yeast gene function papers, so I know the majority of gene mentions in any given paper will be yeast related. Is it possible to specify a dictionary consisting of only yeast genes to avoid incorrect mapping to homologous genes in different organisms? Failing this, is it possible to only run the NER step using BERN2 and take care of the normalization myself?
Thanks!