constraint: Select SNPs to be assigned as QTNs: To be included LD, FST

Description Usage Arguments Value

View source: R/constraint.R

Description

Select SNPs to be assigned as QTNs: To be included LD, FST

Usage

1
2
3
4
5
6
7
constraint(
  genotypes = NULL,
  maf_above = NULL,
  maf_below = NULL,
  hets = NULL,
  verbose = verbose
)

Arguments

genotypes

a numericalized genotype object (geno_obj).

maf_above

Threshold for the minimum value of minor allele frequency.

maf_below

Threshold for the maximum value of minor allele frequency.

hets

Option of including (\'include\') and removing (\'remove\') only heterozygotes.

verbose

= verbose

Value

Return a filtered dataset to be used when selecting QTNs. Last update: Apr 20, 2020

—————————– constrain ———————————


simplePHENOTYPES documentation built on Jan. 20, 2021, 5:09 p.m.