Improved example (#25)
This commit is contained in:
parent
ba968e77d5
commit
bfeb2796c2
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
#' @export
|
||||
#' @examples
|
||||
#' data <- system.file("extdata", "FASTA_clustering_haploid.fasta", package = "rBAPS")
|
||||
#' greedyMix(data)
|
||||
#' greedyMix(data, "fasta")
|
||||
greedyMix <- function(
|
||||
data, format, c.rows, partitionCompare.partitions, ninds, rowsFromInd, noalle,
|
||||
adjprior, priorTerm, alleleCodesinp, popnames, fixedK = FALSE,
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ Clustering of individuals
|
|||
}
|
||||
\examples{
|
||||
data <- system.file("extdata", "FASTA_clustering_haploid.fasta", package = "rBAPS")
|
||||
greedyMix(data)
|
||||
greedyMix(data, "fasta")
|
||||
}
|
||||
\references{
|
||||
Samtools: a suite of programs for interacting
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue