issues
search
karissawhiting
/
oncokbR
Annotate mutation, copy number alteration and structural variant data in R using oncoKB Annotation API
http://www.karissawhiting.com/oncokbR/
Other
5
stars
9
forks
source link
Check SV processing
#7
Closed
karissawhiting
closed
1 year ago
karissawhiting
commented
2 years ago
Assume all structural variants are functions (this mirrors behavior in
https://github.com/oncokb/oncokb-annotator/blob/47e4a158ee843ead75445982532eb149db7f3106/AnnotatorCore.py#L1506
)
sv <- sv %>% mutate(is_functional = "true")
Assume all structural variants are functions (this mirrors behavior in
https://github.com/oncokb/oncokb-annotator/blob/47e4a158ee843ead75445982532eb149db7f3106/AnnotatorCore.py#L1506)
sv <- sv %>% mutate(is_functional = "true")