getNumberOfEmptyLines: Returns the number of empty lines in the data

View source: R/utils.R

getNumberOfEmptyLinesR Documentation

Returns the number of empty lines in the data

Description

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(s)

Samuel Wieczorek

Examples

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


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.