Fixed basic parsing of FASTA files (#25)
This commit is contained in:
parent
a88f31b3a5
commit
76828387a3
8 changed files with 80 additions and 78 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue