encode.rows: Take the relationship matrix and the encoded statuses of...

View source: R/encoding.R

encode.rowsR Documentation

Take the relationship matrix and the encoded statuses of info. For each row, generate the encoded data for scoring.

Description

Take the relationship matrix and the encoded statuses of info. For each row, generate the encoded data for scoring.

Usage

encode.rows(relation.mat, status.df, ...)

Arguments

relation.mat

The relationship matrix for all pairwise combinations of individuals.

status.df

The ID, status, and genotypes for each individual.

...

Additional arguments to be passed between methods.

Value

A dictionary with the per-individual relationship lists. One value for each row of the matrix.


KinformR documentation built on Feb. 17, 2026, 5:07 p.m.