Description Usage Arguments Value Author(s) Examples
View source: R/caOmicsV.bioMatrix.R
Initialize x and y coordinates for each plot area on bioMatrix layout. This function is for internal use only.
1 2 | setBioMatrixBaseCoordinates(numOfSamples, sampleWidth, columnPadding,
sampleHeight, geneNameWidth)
|
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 |
None
Henry Zhang
1 | # Internal use only
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.