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
The x-axis always starts at 1 at the moment. Allow that to be dynamic based on potential partial input.
Smart detection: If the the wt sequence provided is longer than the range of positions covered, then assume it starts at 1 (and print a warning), otherwise, restrict to range.
The text was updated successfully, but these errors were encountered:
Implemented in R-package, but causing error in webapp:
When running WW-domain:
Error in if (length(wt.aa) > coverLength) { :
missing value where TRUE/FALSE needed
Calls: dashboard -> genophenogram
In addition: Warning message:
In max(values, na.rm = TRUE) :
no non-missing arguments to max; returning -Inf
The x-axis always starts at 1 at the moment. Allow that to be dynamic based on potential partial input.
Smart detection: If the the wt sequence provided is longer than the range of positions covered, then assume it starts at 1 (and print a warning), otherwise, restrict to range.
The text was updated successfully, but these errors were encountered: