Syntax fixes, added documentation
This commit is contained in:
parent
78aae03cb1
commit
ea0190b874
7 changed files with 60 additions and 10 deletions
25
man/greedyPopMix.Rd
Normal file
25
man/greedyPopMix.Rd
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/greedyPopMix.R
|
||||
\name{greedyPopMix}
|
||||
\alias{greedyPopMix}
|
||||
\title{Clustering of pop individuals}
|
||||
\usage{
|
||||
greedyPopMix(data, format, partitionCompare = NULL, verbose = TRUE)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data file}
|
||||
|
||||
\item{format}{Data format. Format supported: "FASTA", "VCF" ,"BAM", "GenePop"}
|
||||
|
||||
\item{partitionCompare}{a properly-named list. Proper names include
|
||||
"partitions"}
|
||||
|
||||
\item{verbose}{if \code{TRUE}, prints extra output information}
|
||||
}
|
||||
\description{
|
||||
Clustering of pop 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