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)
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)