fixed source to contain plotting cols and pos_count correctly
This commit is contained in:
parent
4147a6b90f
commit
13999a477d
6 changed files with 66 additions and 39 deletions
|
@ -57,7 +57,7 @@ merged_df3 = merged_df3[, !colnames(merged_df3)%in%c("pos_count")]
|
|||
head(merged_df3$pos_count)
|
||||
|
||||
df3 = merged_df3[, colnames(merged_df3)%in%plotting_cols]
|
||||
#"nca_distance"%in%colnames(df3)
|
||||
"nca_distance"%in%colnames(df3)
|
||||
|
||||
#=======
|
||||
# output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue