PicCalc {GeneticSubsetter} | R Documentation |
PIC Calculator (Depreciated)
Description
***This function has been superseded by PIC.
Usage
PicCalc(data)
Arguments
data |
A matrix of genotypes, where each column is one individual, each row is one marker, and marker values are 1, 0, or -1, where 0 represents missing data. All data in this matrix must be numeric. |
Value
The mean PIC of all markers included for the given set of genotypes.
Author(s)
Ryan C. Graebner and Alfonso Cuesta-Marcos
Examples
data("genotypes")
PicCalc(genotypes)
[Package GeneticSubsetter version 0.8 Index]