You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Seq names are replaced by numbers if none_bg is true
ggmsa(alignment,
seq_name=TRUE,
none_bg=TRUE)
# Seq names are replaced by numbers if highlight position is outside of shown region
ggmsa(alignment,
start=1,
end=8,
seq_name=TRUE,
position_highlight=10)
# but not if highligh position is withing the shown region
ggmsa(alignment,
start=1,
end=8,
seq_name=TRUE,
position_highlight=7)
Hi there,
I think I've spotted a bug:
Created on 2023-06-22 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: