computeCnvByChrArm | R Documentation |
Extension to runCnvAnalysis()
. Uses the results
of runCnvAnalysis()
to compute chromosomal by chromosome arm instead
of only by chromosome.
computeCnvByChrArm(
object,
summarize_with = "mean",
overwrite = FALSE,
verbose = TRUE
)
object |
An object of class |
summarize_with |
Character value. Name of the function with which to summarize. |
overwrite |
Logical value. Must be |
verbose |
Logical. If (Warning messages will always be printed.) |
runCnvAnalysis()
computes chromosomal alterations and, among
other things, adds the results in form of numeric variables to the feature
data.frame. Depending on the prefixed used (default 'Chr') chromosomal alterations of e.g.
chromosome 7 are then accessible as numeric variables. E.g.
plotSurface(object, color_by = 'Chr7')
.
computeCnvByChrArm()
adds additional variables to the data.frame that
contain information about the alterations in chromosome arms and
are named accordingly Chr7p, Chr7q.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.