QFeatures
QFeatures copied to clipboard
feature request: filterNA() by column/sample
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)
Yes, that seems very sensible to me.