getdels | R Documentation |
This function identifies a set of segments representing putative CNVs (
homozygous deletions, hemizygous deletions or duplications) from a set of
segments and associated mean log2 ratio values, and outputs them as a
data.frame
along with some metadata describing them.
getdels(data, ind, all_segments = FALSE, homdel = -2, hetdel = -0.2,
dup = 0.2)
data |
a data.frame representing a set of segments. |
ind |
a character vector of length one. The sample (individual) for which to extract the putative CNVs. |
all_segments |
logical of length one ( |
homdel |
a single numeric value. The threshold to be used for calling homozygous deletions; all segments with a mean log2 ratio less than this values is considered called as a homozygous deletion. |
hetdel |
a single numeric value. The threshold to be used for calling
hemizygous deletions; all segments with a mean log2 ratio less than this
value and great than or equal to |
dup |
a single numeric value. The threshold to be used for calling duplications; all segments with a mean log2 ratio larger than this value is called as a duplication. |
a data.frame of the segments and associated metadata.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.