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

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


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.