funseq_load: Counts the number of alternative alleles

Description Usage Arguments Value

View source: R/utlis-genetic-load.R

Description

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.

Usage

1
funseq_load(alt_alleles, funseqscore, cut_off_val = 1.5)

Arguments

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

Value

a number 0, 1, or 2.


santiago1234/phdpopgene documentation built on Dec. 31, 2020, 5:06 a.m.