get.selectionbve: Export derived breeding values based on the selection index

Description Usage Arguments Value Examples

View source: R/get.selectionbve.R

Description

Function to export last breeding values based on the selection index

Usage

1
2
3
4
5
6
7
get.selectionbve(
  population,
  database = NULL,
  gen = NULL,
  cohorts = NULL,
  use.id = FALSE
)

Arguments

population

Population list

database

Groups of individuals to consider for the export

gen

Quick-insert for database (vector of all generations to export)

cohorts

Quick-insert for database (vector of names of cohorts to export)

use.id

Set to TRUE to use MoBPS ids instead of Sex_Nr_Gen based names (default: FALSE)

Value

Last applied selection index for in gen/database/cohorts selected individuals

Examples

1
2

Example output

#############################################################
############ Modular Breeding Program Simulator #############
#############################################################
################ Version: 1.4.87 (27-03-2020) ###############
######## To update to the most recent stable version: #######
## devtools::install_github('tpook92/MoBPS', subdir='pkg') ##
#############################################################
################ Web-interface: www.mobps.de ################
### Extended documentation: www.github.com/tpook92/MoBPS ####
#############################################################
        M1_2 M2_2 M3_2 M4_2 M5_2 M6_2 M7_2 M8_2 M9_2 M10_2 M11_2 M12_2 M13_2
Trait 1    1    1    1    1    1    1    1    1    1     1     1     1     1
        M14_2 M15_2 M16_2 M17_2 M18_2 M19_2 M20_2 M21_2 M22_2 M23_2 M24_2 M25_2
Trait 1     1     1     1     1     1     1     1     1     1     1     1     1
        F1_2 F2_2 F3_2 F4_2 F5_2 F6_2 F7_2 F8_2 F9_2 F10_2 F11_2 F12_2 F13_2
Trait 1    1    1    1    1    1    1    1    1    1     1     1     1     1
        F14_2 F15_2 F16_2 F17_2 F18_2 F19_2 F20_2 F21_2 F22_2 F23_2 F24_2 F25_2
Trait 1     1     1     1     1     1     1     1     1     1     1     1     1

MoBPS documentation built on Nov. 9, 2021, 5:08 p.m.