setBioMatrixBaseCoordinates: Set up Base Coordinates for caOmicsV bioMatrix Layout

Description Usage Arguments Value Author(s) Examples

View source: R/caOmicsV.bioMatrix.R

Description

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

Usage

1
2
    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

Author(s)

Henry Zhang

Examples

1
    #  Internal use only

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