Description Usage Arguments Value
View source: R/utlis-genetic-load.R
A funseq score greater than 1.5 is considered deleterious. An indicator function that returns true if the variant is deleterious multiplied by the number of alternative alleles in the genotype.
1 | funseq_load(alt_alleles, funseqscore, cut_off_val = 1.5)
|
alt_alleles |
int, how many alternative alles are in the genotype?, for example 0|0 is 0, 1|0 is 1, |
funseqscore |
the funseq score |
a number 0, 1, or 2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.