method for feature classfication, can be one of "Macintyre" ("M") and
"Wang" ("W").
rm_outlier
default is FALSE, if TRUE, remove outliers. Only
works when method is "Wang" ("W").
ylab
lab of y axis.
log_segsize
default is TRUE, show log10 based segsize, only
works for input from "Macintyre" ("M") method.
log_y
logical, if TRUE, show log10 based y axis, only
works for input from "Wang" ("W") method.
return_plotlist
if TRUE, return a list of ggplot objects but a combined plot.
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 plot_grid function of cowplot package.
# NOT RUN {# Load copy number prepare objectload(system.file("extdata", "toy_copynumber_tally_M.RData",
package = "sigminer", mustWork = TRUE))
p <- show_cn_features(cn_tally_M$features)
p
# }