Learn R Programming

caOmicsV (version 1.2.0)

setBioMatrixBaseCoordinates: Set up Base Coordinates for caOmicsV bioMatrix Layout

Description

Initialize x and y coordinates for each plot area on bioMatrix layout. This function is for internal use only.

Usage

setBioMatrixBaseCoordinates(numOfSamples, sampleWidth, columnPadding, sampleHeight, geneNameWidth)

Arguments

numOfSamples
non-negative integer, number of samples to be plotted
sampleWidth
non-negative numeric, width of rectangle in inch for each sample, default 0.1
columnPadding
non-negative numeric, padding width in inch between two samples, default 0.025
sampleHeight
non-negative numeric, height of rectangle in inchfor each sample, default 0.4
geneNameWidth
non-negative numeric, width of gene labeling area in inch, default 1

Value

None

Examples

Run this code
    #  Internal use only

Run the code above in your browser using DataLab