Description Usage Arguments Details Value
View source: R/CNVs_inheritance.R
cnvs_inheritance
compute CNVs inheritance pattern and search good de novo
CNVs candidates
1 2 3 4 5 6 7 8 9 10 11 | cnvs_inheritance(
sample_list,
markers,
results,
raw_path,
mmethod = 1,
alfa = 0.05,
min_NP = 10,
adjust_pval = TRUE,
reciprocal_overlap = 0.3
)
|
sample_list |
a |
markers |
a |
results |
a |
raw_path |
|
mmethod |
fine-screening method. |
alfa |
p value alfa value, default in 0.05. |
min_NP |
minimum number of points to try fine screening a de novo candidate |
adjust_pval |
logical compute adjusted p-value? |
reciprocal_overlap |
minimum reciprocal overlap for inherited CNVs detection |
Given a trio (mother, father, offspring) this function computes inheritance patterns
of the offspring's CNVs. This is done both by comparing the actual calls in the
trio (CNVs-level) and the raw data (markers-level). For this reason it is suggested
to use it separately on each method and then combine the results. As an example
if the focus are de novo CNVs, select only those and then combine the outputs
using inter_res_merge
. In this way it also possible to further
increase the confidence in the results, e.g. by filtering out all de novo candidates
called by a single method.
Internally the function is structured in several steps. [...]
a CNVresults
object with some additional columns: inheritance
and related p-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.