greedyMix changed to channel data load (close #16)

This commit is contained in:
Waldir Leoncio 2021-09-03 08:43:37 +02:00
parent 2ada115bf3
commit a296f9f8fb
2 changed files with 23 additions and 29 deletions

View file

@ -4,21 +4,12 @@
\alias{greedyMix}
\title{Clustering of individuals}
\usage{
greedyMix(
tietue,
format = NULL,
savePreProcessed = NULL,
filePreProcessed = NULL
)
greedyMix(data, format)
}
\arguments{
\item{tietue}{File}
\item{data}{data file}
\item{format}{Format of the data ("BAPS", "GenePop" or "Preprocessed")}
\item{savePreProcessed}{Save the pre-processed data?}
\item{filePreProcessed}{Is the file already processed?}
\item{format}{Format of the data c("FASTA", "VCF" ,"SAM", or "GenePop")}
}
\description{
Clustering of individuals