getBarcodeData | R Documentation |
Get data for barcode and violin plots
getBarcodeData(study, modelID, testID, annotationID, termID)
study |
An OmicNavigator study. Either an object of class |
modelID |
Filter by modelID |
testID |
Filter by testID |
annotationID |
Filter by annotationID |
termID |
Filter by termID |
A list with the following components:
data |
Data frame with the differential statistics to plot |
highest |
(numeric) The largest differential statistic, rounded up to the next integer |
lowest |
(numeric) The lowest differential statistic, rounded down to the next integer |
labelStat |
(character) The x-axis label to describe the differential statistic |
labelLow |
(character) The vertical axis label on the left to describe smaller values (default is "Low") |
labelHigh |
(character) The vertical axis label on the right to describe larger values (default is "High") |
addBarcodes
, getBarcodes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.