Description Usage Arguments Value Author(s) Examples
Returns the number of empty lines in a matrix.
1 | getNumberOfEmptyLines(qData)
|
qData |
A matrix corresponding to the quantitative data. |
An integer
Samuel Wieczorek
1 2 3 | utils::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.