View source: R/visualization.R
plotBarcode2 | R Documentation |
plots the intensity of a frequency matrix with a 4-fold color step. Usually used for complex figures where different MGS are overlapped and annotated with different data.
plotBarcode2(
data,
main = "",
ylabl = "",
ylabr = "",
col.axisl = "white",
col.axisr = "white",
box = FALSE
)
data |
: a frequency matrix to be visualized |
main |
: the main title of the plot empty by default |
ylabl |
: label for the left y axis |
ylabr |
: label for the right y axis |
col.axisl |
: color for the left y axis |
col.axisr |
: color for the right y axis |
box |
: default FALSE. |
plotBarcode2
nothing
this may be slightly affected by the size of the catalogue when comparing different studies
Edi Prifti & Emmanuelle Le Chatelier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.