Improved example (#25)

This commit is contained in:
Waldir Leoncio 2023-08-09 13:13:16 +02:00
parent ba968e77d5
commit bfeb2796c2
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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