EDIT:
I think a better way to phrase this:
When a gene_name/symbol from NCBI in the gene info does not belong to the gene bed file (ensembl version outdated so synonyms changed/areas remapped/discovered,etc), a warning is spit out:
|
if gene_name != "NA": |
|
print >> sys.stderr, "Warnning: gene name", gene_name, "is not in current annotation." |
|
return GeneInterval([]) |
|
|
What happens to the gene in this instance? We are seeing a lot of NoHeadGene/truncated annotations. Gene order will probably not change from the caller in these cases... (since score seems to be dependent on the annotation in the gene bed file) Is anything else effected?
EDIT:
I think a better way to phrase this:
When a gene_name/symbol from NCBI in the gene info does not belong to the gene bed file (ensembl version outdated so synonyms changed/areas remapped/discovered,etc), a warning is spit out:
MetaFusion/scripts/pygeneann_MetaFusion.py
Lines 1792 to 1795 in 81df512
What happens to the gene in this instance? We are seeing a lot of NoHeadGene/truncated annotations. Gene order will probably not change from the caller in these cases... (since score seems to be dependent on the annotation in the gene bed file) Is anything else effected?