nqtl: Extract the number of QTL in the genome

View source: R/genome_functions.R

nqtlR Documentation

Extract the number of QTL in the genome

Description

Extract the number of QTL in the genome

Usage

nqtl(genome, by.chr = FALSE)

Arguments

genome

An object of class genome.

by.chr

Logical. Should the number of QTL per chromosome be returned?

Details

Only unique QTL are counted. That is, pleiotropic QTL only count once.

Value

If by.chr = TRUE, a vector of the QTL per chromosomes. If by.chr = FALSE, a scalar of the total number of QTL.


neyhartj/pbsim documentation built on Nov. 11, 2023, 4:07 p.m.