Description Usage Arguments Details Value
View source: R/utlis-genetic-load.R
For each individual computes how many variants with FUNSEQ > cut_off_val carries.
1 | funq_load_summary(geno_anno_mlong, cut_off_val)
|
geno_anno_mlong |
Tibble with genotypes and annotation, the output
of |
If the individual is 0|0 we add nothing to funseq_load If the individual is 1|0 or 0|1 we add 1 to funseq_load If the individual is 1|1 or 0|1 we add 2 to funseq_load
A data frame, with the following columns
individual id, example: HG00551
How many variants have a funseqscore > cut_off_val
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.