Fixed basic parsing of FASTA files (#25)

This commit is contained in:
Waldir Leoncio 2023-09-11 12:15:30 +02:00
parent a88f31b3a5
commit 76828387a3
8 changed files with 80 additions and 78 deletions

View file

@ -8,9 +8,8 @@ greedyMix(
data,
format,
partitionCompare = NULL,
ninds = NULL,
ninds = 1L,
npops = 1L,
priorTerm = NULL,
counts = NULL,
sumcounts = NULL,
max_iter = 100L,
@ -32,8 +31,6 @@ greedyMix(
\item{npops}{number of populations}
\item{priorTerm}{prior terms}
\item{counts}{counts}
\item{sumcounts}{sumcounts}
@ -55,6 +52,8 @@ greedyMix(
\item{noalle}{number of alleles}
\item{adjprior}{ajuster prior probabilities}
\item{priorTerm}{prior terms}
}
\description{
Clustering of individuals