Skip to contents

Returns the number of empty lines in a matrix.

Usage

getNumberOfEmptyLines(qData)

Arguments

qData

A matrix corresponding to the quantitative data.

Value

An integer

Author

Samuel Wieczorek

Examples

library(QFeatures)
data(subR25prot)
qData <- SummarizedExperiment::assay(subR25prot[[1]])
getNumberOfEmptyLines(qData)
#> [1] 0