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
Currently, filterNA() remove rows/features in a particular assay that are missing above the provided threshold. I was wondering if it could also support filtering columns/samples, for instance by adding an argument byRow = TRUE (default, for feature filtering) and byRow = FALSE (default, for sample filtering)
The text was updated successfully, but these errors were encountered:
Currently,
filterNA()
remove rows/features in a particular assay that are missing above the provided threshold. I was wondering if it could also support filtering columns/samples, for instance by adding an argumentbyRow = TRUE
(default, for feature filtering) andbyRow = FALSE
(default, for sample filtering)The text was updated successfully, but these errors were encountered: