computeAlleleFraction: TODO

View source: R/allelicFraction.R

computeAlleleFractionR Documentation

TODO

Description

TODO

Usage

computeAlleleFraction(snp.pos, chr, w = 10, cutOff = -3)

Arguments

snp.pos

TODO

chr

a single positive integer for the chromosome.

w

a single positive numeric representing the size of the window to compute the allelic fraction. Default: 10.

cutOff

TODO . Default: -3.

Value

The integer 0 when successful.

Author(s)

Pascal Belleau, Astrid DeschĂȘnes and Alexander Krasnitz

Examples


## Path to the demo pedigree file is located in this package
data.dir <- system.file("extdata", package="RAIDS")

## TODO


belleau/aicsPaper documentation built on Aug. 4, 2022, 1:12 a.m.