2019-12-16 15:10:56 +01:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
|
% Please edit documentation in R/admix1.R
|
|
|
|
|
\name{admix1}
|
|
|
|
|
\alias{admix1}
|
|
|
|
|
\title{Admixture analysis}
|
|
|
|
|
\usage{
|
2020-03-03 13:51:21 +01:00
|
|
|
admix1(
|
|
|
|
|
tietue,
|
|
|
|
|
PARTITION = matrix(NA, 0, 0),
|
|
|
|
|
COUNTS = matrix(NA, 0, 0),
|
|
|
|
|
SUMCOUNTS = NA
|
|
|
|
|
)
|
2019-12-16 15:10:56 +01:00
|
|
|
}
|
|
|
|
|
\arguments{
|
2020-03-03 13:51:21 +01:00
|
|
|
\item{tietue}{a named record list}
|
2019-12-16 15:10:56 +01:00
|
|
|
}
|
|
|
|
|
\description{
|
|
|
|
|
Admixture analysis
|
|
|
|
|
}
|
|
|
|
|
\details{
|
2020-03-03 13:51:21 +01:00
|
|
|
If the record == -1, the mixture results file is loaded. Otherwise,
|
|
|
|
|
will the required variables be retrieved from the record fields?
|
|
|
|
|
`tietue`should contain the following elements: PARTITION, COUNTS, SUMCOUNTS,
|
|
|
|
|
alleleCodes, adjprior, popnames, rowsFromInd, data, npops, noalle
|
2019-12-16 15:10:56 +01:00
|
|
|
}
|