getBioMatrixDataRowTop: Get y Coordinate for Top of A Row on bioMatrix Layout

Description Usage Arguments Value Author(s) Examples

View source: R/caOmicsV.bioMatrix.R

Description

Calculate the y coordinate of a row top on bioMatrix layout. The bioMatrix layout must be initialized first

Usage

1
    getBioMatrixDataRowTop(rowNumber, areaName=c("omicsData", "phenotype"))

Arguments

rowNumber

non-negative integer, number of the row

areaName

character vector, either "phenotype" or "omicsdata"

Value

non-negative numeric, the y coordinate of the row top.

Author(s)

Henry Zhang

Examples

1
2
    initializeBioMatrixPlot()
    yTop <- getBioMatrixDataRowTop(2, areaName="omicsData")

hzhanghenry/caOmicsV documentation built on May 17, 2019, 10:07 p.m.