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(Exp1_R25_pept, package="DaparToolshedData")
qData <- assay(Exp1_R25_pept[[1]])
getNumberOfEmptyLines(qData)
#> [1] 733