Description Usage Arguments Value Author(s) Examples
View source: R/caOmicsV.bioMatrix.R
Calculate the y coordinate of a row top on bioMatrix layout. The bioMatrix layout must be initialized first
1 | getBioMatrixDataRowTop(rowNumber, areaName=c("omicsData", "phenotype"))
|
rowNumber |
non-negative integer, number of the row |
areaName |
character vector, either "phenotype" or "omicsdata" |
non-negative numeric, the y coordinate of the row top.
Henry Zhang
1 2 | initializeBioMatrixPlot()
yTop <- getBioMatrixDataRowTop(2, areaName="omicsData")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.