combined msa and wt seq into 1 list so only list is passed as an arg for plotting ED plots
This commit is contained in:
parent
d38521e03a
commit
2274f01f23
5 changed files with 20 additions and 5 deletions
|
@ -65,6 +65,7 @@ LogoPlotCustomH <- function(plot_df
|
|||
#################################
|
||||
# Data processing for logo plot
|
||||
#################################
|
||||
|
||||
if (rm_empty_y){
|
||||
plot_df = plot_df[!is.na(plot_df[y_axis_colname]),]
|
||||
cat("\nRemoving empty positions...\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue