Learn R Programming

KinMixLite (version 2.2.0)

make.profile: Convert genotype profile to reference profile format

Description

Convert genotype profile(s) to reference profile format

Usage

make.profile(gt,name='K')
make.profiles(typed.gts)

Value

data frame containing reference profile(s)

Arguments

gt

genotype profile

name

character string used to name profile in output data frame

typed.gts

named list of genotype profiles

Author

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

Examples

Run this code
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)

Run the code above in your browser using DataLab