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
Daryl reports that COMPASSContainerFromGatingSet is giving warnings:
Creating COMPASS Container
A COMPASSContainer with 112 samples from 8 individuals, containing data across 7 markers.
Warning message:
In if (!is.na(markers)) { :
the condition has length > 1 and only the first element will be used
with the latest release of flowWorkspace and related tools.
He also gets an error:
Error in if (any(sapply(data, function(x) any(x < 0)))) { :
missing value where TRUE/FALSE needed
In addition: Warning messages:
1: In if (!is.na(markers)) { :
the condition has length > 1 and only the first element will be used
2: '.local' is deprecated.
Use 'getSingleCellExpression' instead.
See help("Deprecated")
Presumably the API has changed somewhere and this did not get updated.
I don't think this is high priority since we can construct the objects by hand anyway.
The text was updated successfully, but these errors were encountered:
Daryl reports that COMPASSContainerFromGatingSet is giving warnings:
with the latest release of flowWorkspace and related tools.
He also gets an error:
Presumably the API has changed somewhere and this did not get updated.
I don't think this is high priority since we can construct the objects by hand anyway.
The text was updated successfully, but these errors were encountered: