Learn R Programming

caOmicsV (version 1.2.0)

getBioMatrixDataRowTop: 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.

Examples

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

Run the code above in your browser using DataLab