Returns the number of empty lines in a matrix.
Usage
getNumberOfEmptyLines(qData)
Arguments
- qData
A matrix corresponding to the quantitative data.
Examples
library(QFeatures)
data(subR25prot)
qData <- SummarizedExperiment::assay(subR25prot[[1]])
getNumberOfEmptyLines(qData)
#> [1] 0