-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
teal with bioconductor 3.14 #345
Comments
Issue submitted in the package repo. I think it's a problem of |
Discussion continuous in MAE repo. Also found an issue in S4Vectors which is not related with current one. |
Ok, I'm done with this MAE author. Discussion does not make sense as he ignores strong reasons and tries to defend himself in the eyes of the user imputing I think these should be possible instead of MAE_FILTERED@colData <- subset(MAE_FILTERED@colData, <condition> & <condition>)
# or
MAE_FILTERED <- subsetByColData(MAE_FILTERED, <condition & !is.na(varname1)> & <condition & !is.na(varname2)>)
# or
MAE_FILTERED <- subsetByColData(MAE_FILTERED, which(<condition> & <condition>)) edit: |
From https://github.com/insightsengineering/teal/issues/325 there is a problem running 4 teal tests.
@gogonzo can reproduce and will figure out which package the problem is coming from etc.
The text was updated successfully, but these errors were encountered: