getBioMatrixDataRowTop {caOmicsV} | R Documentation |
Calculate the y coordinate of a row top on bioMatrix layout. The bioMatrix layout must be initialized first
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
initializeBioMatrixPlot() yTop <- getBioMatrixDataRowTop(2, areaName="omicsData")