snp_by_chr: The real worker. This extracts positions for a single...

View source: R/variants.R

snp_by_chrR Documentation

The real worker. This extracts positions for a single chromosome and puts them into a parallelizable data structure.

Description

The real worker. This extracts positions for a single chromosome and puts them into a parallelizable data structure.

Usage

snp_by_chr(observations, chr_name = "01", limit = 1)

Arguments

observations

A set of observations by position to look through

chr_name

Chromosome name to search

limit

Minimum number of median hits/position to count as a snp.

Value

A list of variant positions where each element is one chromosome.

See Also

[Vennerable]


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.