View source: R/show_cn_components.R
show_cn_components | R Documentation |
Show classified components ("Wang" ("W") method) for copy number data.
show_cn_components(
parameters,
method = "Wang",
show_weights = TRUE,
log_y = FALSE,
return_plotlist = FALSE,
base_size = 12,
nrow = 2,
align = "hv",
...
)
parameters |
a |
method |
method for feature classification, can be one of "Wang" ("W"), "S" (for method described in Steele et al. 2019), "X" (for method described in Tao et al. 2023). |
show_weights |
default is |
log_y |
logical, if |
return_plotlist |
if |
base_size |
overall font size. |
nrow |
(optional) Number of rows in the plot grid. |
align |
(optional) Specifies whether graphs in the grid should be horizontally ("h") or vertically ("v") aligned. Options are "none" (default), "hv" (align in both directions), "h", and "v". |
... |
other options pass to |
a ggplot
object
Shixiang Wang w_shixiang@163.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.