getNumberOfEmptyLines: Returns the number of empty lines in the data

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

Returns the number of empty lines in a matrix.

Usage

1

Arguments

qData

A matrix corresponding to the quantitative data.

Value

An integer

Author(s)

Samuel Wieczorek

Examples

1
2
3
utils::data(Exp1_R25_pept, package='DAPARdata')
qData <- Biobase::exprs(Exp1_R25_pept)
getNumberOfEmptyLines(qData)

DAPAR documentation built on April 11, 2021, 6 p.m.