Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Bielski committed May 6, 2016
1 parent bb9cf0a commit 5b8199e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filter_ffpe.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ add_mut_tri <- function(maf) {
### reverse complement Ref_Tri if ref is either G or A
maf[Variant_Type == "SNP",
Ref_Tri := ifelse(Reference_Allele %in% c('G', 'A'),
revc(Ref_Tri),
Ref_Tri)]
revc(TriNuc),
TriNuc)]
### reverse complement Tumor_Seq_Allele2 if ref is either G or A
Tumor_Seq_Allele2_CT <- maf[Variant_Type == "SNP",
ifelse(Reference_Allele %in% c('G', 'A'),
Expand Down

0 comments on commit 5b8199e

Please sign in to comment.