ourMELONS/man/greedyMix.Rd

42 lines
855 B
Text
Raw Normal View History

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{
greedyMix(
data,
format,
c.rows,
partitionCompare.partitions,
ninds,
rowsFromInd,
noalle,
adjprior,
priorTerm,
alleleCodesinp,
popnames,
fixedK = FALSE,
partition_compare = FALSE,
verbose = TRUE
)
2020-05-20 11:22:31 +02:00
}
\arguments{
\item{data}{data file}
\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
}
\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/>
}