pcrelateReadInbreed
is used to create a table of inbreeding coefficient estimates from the output of pcrelate
.pcrelateReadInbreed(pcrelObj, scan.include = NULL, f.thresh = NULL)
pcrelate
. This could be a list of class pcrelate
or an object of class gds.class
read into R
using the function openfn.gds
from the gdsfmt
package.pcrelObj
.f.thresh
will be included in the table. The default is NULL, which includes all individuals.pcrelate
for the function that performs PC-Relate.
pcrelateReadKinship
for the function that creates a table of pairwise kinship coefficient and IBD sharing probabilities from the same PC-Relate output file.
pcrelateMakeGRM
for the function that creates a genetic relationship matrix (GRM) of pairwise kinship coefficient estimates from the same PC-Relate output file.