Description Usage Arguments Details Value See Also
This function allows the detection of breakpoints in genomic profiles
obtained by array CGH technology and affects a status (gain, normal
or lost) to each clone. It requires that the library GLAD
is loaded.
1 2 3 4 |
input |
An object of class |
smoothfunc |
Type of algorithm used to smooth |
base |
If |
sigma |
Value to be passed to either argument |
bandwidth |
Set the maximal bandwidth |
round |
The smoothing results are rounded or not depending on
the |
lambdabreak |
Penalty term (λ') used during the Optimization of the number of breakpoints step. |
lambdacluster |
Penalty term (λ*) used during the MSHR clustering by chromosome step. |
lambdaclusterGen |
Penalty term (λ*) used during the HCSR clustering throughout the genome step. |
type |
Type of kernel function used in the penalty term during the Optimization of the number of breakpoints step, the MSHR clustering by chromosome step and the HCSR clustering throughout the genome step. |
param |
Parameter of kernel used in the penalty term. |
alpha |
Risk alpha used for the Outlier detection step. |
method |
The agglomeration method to be used during the MSHR clustering by chromosome and the HCSR clustering throughout the genome clustering steps. |
nmax |
Maximum number of clusters (N*max) allowed during the the MSHR clustering by chromosome and the HCSR clustering throughout the genome clustering steps. |
verbose |
If |
... |
... |
For a detailed explanation of the GLAD algorithm please see the
relevant section of the GLAD manual: glad
The function returns an object of class SegList
glad
MAList
runHomHMM
runDNAcopy
SegList
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.