Description Usage Arguments Author(s) Examples
This function outputs CNV segmentation results as .bed files and PDF files. It calls CBS segmentation method in DNAcopy
1 2 3 4 |
session.name |
an object of |
data.name |
an object of |
output_suffix |
filename suffix of output CNV segmentation results |
ref.avg.method |
a character indicating if exon-level "median" or "mean" coverage information should be considered to filter out exons |
min.ref.avgRPKM |
minimum normalized exon-coverage threshold according to |
capture.only |
a logical value indicating if only captured exons should be used |
is.plot |
a logical value indicating if CNV segmentation plots need to be generated |
ylim |
the y limits of the plot |
cex |
plot expansion factor relative to current |
... |
other graphical parameters (see |
Chen Wang
1 2 3 4 5 6 7 8 9 10 | #=== load a simulation example
config.filename <- "sim2.ini"
makeSimulation(config.filename,with.pattern=TRUE)
sim.session <- createSession(config.filename)
#=== compute CNV
germline.data <- computeMultiCNV(sim.session)
#=== generate CNV segmentation results
segmentCNV( sim.session, germline.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.