make.profile {KinMixLite}R Documentation

Convert genotype profile to reference profile format

Description

Convert genotype profile to reference profile format

Usage

make.profile(gt,name='K')

Arguments

gt

genotype profile

name

character string used to name profile in output data frame

Value

data frame containing reference profile

Author(s)

Peter Green (P.J.Green@bristol.ac.uk)

Examples

data(test2data)
S1prof<-make.profile(S1gt,'S1')
C<-0.001
mixD<-DNAmixture(list(epg),k=3,K='S1',reference.profile=S1prof,C=list(C),database=db)

[Package KinMixLite version 2.1.0 Index]