getNumberOfEmptyLines | R Documentation |
Returns the number of empty lines in a matrix.
getNumberOfEmptyLines(qData)
qData |
A matrix corresponding to the quantitative data. |
An integer
Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
qData <- Biobase::exprs(Exp1_R25_pept)
getNumberOfEmptyLines(qData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.