Closed jharenza closed 4 years ago
Since I'm adding the this as part of the annotate_fusion_calls() , should we keep them as generic columns DomainRetained
, GeneLoc
and then I can change the name to kinaseGeneDomainRetained
and kinaseDomainGeneLoc
specifically for demo file?
Or we only want to check for kinase domain so keep them hardcoded as kinaseGeneDomainRetained
and kinaseDomainGeneLoc
column names?
As long as
... I have no problem with either approach
I actually think adding kinaseGeneDomainRetained and kinaseDomainGeneLoc was adding more rows to the fusion calls with status for each Gene1A and Gene1B creating a new row per Fusion (Gene1A--Gene1B).
So I've added "DomainRetainedInGene1A" ,"DomainRetainedInGene1B" which doesn't add rows .The domain retention code to fusion_driver() function since it seems to be more of a project specific criteria, does that sound ok?
close with #70
add
kinaseGeneDomainRetained
and renameGeneLoc
->kinaseDomainGeneLoc