FilterGenos: Filter Noncausal Variants

View source: R/generate_data.R

FilterGenosR Documentation

Filter Noncausal Variants

Description

Remove a random fraction of variants, which are designated non-causal.

Usage

FilterGenos(anno, geno, prop_causal = 1)

Arguments

anno

(snps x 1) annotation vector.

geno

(n x snps) genotype matrix.

prop_causal

Proportion of variants which are causal.

Value

List containing the (n x snps) genotype matrix "geno" and the (snps x 1) annotation vector "anno".


AllelicSeries documentation built on April 3, 2025, 7:46 p.m.