getBioMatrixDataRowTop {caOmicsV}R Documentation

Get y Coordinate for Top of A Row on bioMatrix Layout

Description

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

Usage

    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

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

[Package caOmicsV version 1.20.0 Index]