Counts: Count Variants and Carriers

View source: R/RcppExports.R

CountsR Documentation

Count Variants and Carriers

Description

Count Variants and Carriers

Usage

Counts(anno, geno, n_anno, min_mac = 0L)

Arguments

anno

(snps x 1) annotation vector with integer values in 1 through the number of annotation categories L.

geno

(n x snps) genotype matrix.

n_anno

Number of annotation categories L.

min_mac

Minimum minor allele count for inclusion. Default: 0.

Value

Data.frame of allele, variant, and carrier counts.


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