Added SAM/BAM support (closes #18)
This commit is contained in:
parent
15f2cbcf08
commit
0cfd13b006
4 changed files with 27 additions and 6 deletions
|
|
@ -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/>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue