split_geno: Split a genotype matrix into chromosomes

View source: R/geno_functions.R

split_genoR Documentation

Split a genotype matrix into chromosomes

Description

Split a genotype matrix into chromosomes

Usage

split_geno(genome, geno, ignore.gen.model = FALSE)

Arguments

genome

An object of class genome.

geno

Genotype data on a population to phenotype. Must be a matrix of dimensions n.ind x n.loci, the elements of which must be z 0, 1, 2, or a list of such matrices.

ignore.gen.model

Logical - should the genetic model be ignored?

Value

A list of geno matrices, split by chromosome.


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