Skip to content

Merge functional annotation file on HGVS, not original_mutation_description #205

@miseminger

Description

@miseminger

The guidance for the DataHarmonizer template's 'original_mutation_description' field says any string can be inputted.

At the moment, addfunctions2gvf.py relies on the contents of 'original_mutation_description' matching names derived from the VCF, which could result in data loss:

merged_df = pd.merge(gvf, df, on=['original_mutation_description', 'protein_symbol'], how='left') #, 'alias'

Metadata

Metadata

Assignees

Labels

High-priotityaffects visualizationdo not fix this issue before communicating with the visualization teambugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions