Skip to content

Commit

Permalink
lollipop2 aa length #1019
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonAlien authored May 14, 2024
1 parent af128e4 commit 4507438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_lp_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ get_lp_data = function(maf, geneID = NULL, AACol = NULL, refSeqID = NULL, protei
}

xlimPos = pretty(0:max(prot$aa.length))
xlimPos[length(xlimPos)] = max(prot$aa.length)+3
xlimPos[length(xlimPos)] = max(prot$aa.length)

if(xlimPos[length(xlimPos)] - xlimPos[length(xlimPos)-1] <= 10){
xlimPos = xlimPos[-(length(xlimPos)-1)]
Expand Down

0 comments on commit 4507438

Please sign in to comment.