Added SAM/BAM support (closes #18)

This commit is contained in:
Waldir Leoncio 2021-09-03 12:50:11 +02:00
parent 15f2cbcf08
commit 0cfd13b006
4 changed files with 27 additions and 6 deletions

View file

@ -9,10 +9,14 @@ greedyMix(data, format, verbose = TRUE)
\arguments{
\item{data}{data file}
\item{format}{Format of the data c("FASTA", "VCF" ,"SAM", or "GenePop")}
\item{format}{Format of the data c("FASTA", "VCF" ,"BAM", or "GenePop")}
\item{verbose}{if \code{TRUE}, prints extra output information}
}
\description{
Clustering of individuals
}
\references{
Samtools: a suite of programs for interacting
with high-throughput sequencing data. <http://www.htslib.org/>
}