run_AF_SEG | R Documentation |
This function performs normal and tumor variant allele frequency segmentation. Rows with allele frequencies near 0 and 1 should be excluded before segmentation.
run_AF_SEG(
DATA,
num_divides,
init_seg = NULL,
binom = TRUE,
clust_tVAF = TRUE,
show_plot = FALSE,
show_mess = FALSE,
min_adj_seg = 20,
min_nUniqIdx_pSeg = 10
)
DATA |
a R data.frame containing columns |
num_divides |
A positive integer to specify the initial
number of equally spaced segments prior to segmentation. This is
used if |
init_seg |
A vector specifying the user's initial segmentation. |
binom |
Boolean value set to |
clust_tVAF |
If |
show_plot |
If |
show_mess |
If |
min_adj_seg |
An integer for the minimum number of indices to constitute a segment. |
min_nUniqIdx_pSeg |
An integer for the minimum number of unique indices per segment. |
List of segmentation results. Object INFER
is a data.frame
of segment-specific metrics. Object BIC
contains the
Bayesian Information Criterion for the overall segmentation.
Object SEG
is a numeric vector representing the indices of
segment start and ends.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.