make.profile | R Documentation |
Convert genotype profile to reference profile format
make.profile(gt,name='K')
gt |
genotype profile |
name |
character string used to name profile in output data frame |
data frame containing reference profile
Peter Green (P.J.Green@bristol.ac.uk)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.