2020-05-20 11:22:31 +02:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
|
% Please edit documentation in R/greedyMix.R
|
|
|
|
|
\name{greedyMix}
|
|
|
|
|
\alias{greedyMix}
|
|
|
|
|
\title{Clustering of individuals}
|
|
|
|
|
\usage{
|
2023-08-09 12:06:09 +02:00
|
|
|
greedyMix(
|
|
|
|
|
data,
|
|
|
|
|
format,
|
|
|
|
|
c.rows,
|
|
|
|
|
partitionCompare.partitions,
|
|
|
|
|
ninds,
|
2023-08-09 12:50:29 +02:00
|
|
|
rowsFromInd,
|
|
|
|
|
noalle,
|
|
|
|
|
adjprior,
|
|
|
|
|
priorTerm,
|
|
|
|
|
alleleCodesinp,
|
2023-08-09 12:06:09 +02:00
|
|
|
popnames,
|
|
|
|
|
fixedK = FALSE,
|
|
|
|
|
partition_compare = FALSE,
|
|
|
|
|
verbose = TRUE
|
|
|
|
|
)
|
2020-05-20 11:22:31 +02:00
|
|
|
}
|
|
|
|
|
\arguments{
|
2021-09-03 08:43:37 +02:00
|
|
|
\item{data}{data file}
|
2020-06-08 13:42:36 +02:00
|
|
|
|
2021-09-03 13:08:40 +02:00
|
|
|
\item{format}{Data format. Format supported: "FASTA", "VCF" ,"BAM", "GenePop"}
|
2021-09-03 11:17:00 +02:00
|
|
|
|
|
|
|
|
\item{verbose}{if \code{TRUE}, prints extra output information}
|
2020-05-20 11:22:31 +02:00
|
|
|
}
|
|
|
|
|
\description{
|
|
|
|
|
Clustering of individuals
|
|
|
|
|
}
|
2023-08-09 10:54:48 +02:00
|
|
|
\examples{
|
|
|
|
|
data <- system.file("extdata", "FASTA_clustering_haploid.fasta", package = "rBAPS")
|
|
|
|
|
greedyMix(data)
|
|
|
|
|
}
|
2021-09-03 12:50:11 +02:00
|
|
|
\references{
|
|
|
|
|
Samtools: a suite of programs for interacting
|
|
|
|
|
with high-throughput sequencing data. <http://www.htslib.org/>
|
|
|
|
|
}
|