ourMELONS/man/admix1.Rd

21 lines
527 B
Text
Raw Normal View History

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/admix1.R
\name{admix1}
\alias{admix1}
\title{Admixture analysis}
\usage{
admix1(tietue)
}
\arguments{
2020-03-18 15:02:38 +01:00
\item{tietue}{tietue}
}
\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
}