R/plot.R
cnv_plotDistributionProfile.Rd
Plot copy number distribution either by length or chromosome
cnv_plotDistributionProfile(data, rm_normal = TRUE, mode = c("ld", "cd"), fill = FALSE)
data | a |
---|---|
rm_normal | logical. Whether removel normal copy (i.e. "segVal" equals 2), default is |
mode | either "ld" for distribution by CN length or "cd" for distribution by chromosome. |
fill | when |
a ggplot object
# NOT RUN { cnv_plotLengthSummary(data, mode = "cd") # }