Description Usage Arguments Details Value
View source: R/utlis-genetic-load.R
The funseq load for an individual is defined as: TODO
1 2 3 4 5 6 7 | genetic_load_FUNSEQ_and_Consequence_summary(
vcf_genotypes,
vcf_annotation,
chr,
cores = 6,
cut_off_val = 1.5
)
|
vcf_genotypes |
CollapsedVCF, genotypes vcf |
vcf_annotation |
CollapsedVCF -> |
cores |
int, the number of cores used for parallel computation. The computation is parallelized over the individuals (samples). |
NOTE: If an individual has non variant sites (i. e. 0|0) it wont be present in the results table.
A list with two elements: FS_l (funseq load) and CSQ_s
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.