Skip to content

Gene bed and gene info #12

@pintoa1-mskcc

Description

@pintoa1-mskcc

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions