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
|
#' @export
|
||||||
#' @examples
|
#' @examples
|
||||||
#' data <- system.file("extdata", "FASTA_clustering_haploid.fasta", package = "rBAPS")
|
#' data <- system.file("extdata", "FASTA_clustering_haploid.fasta", package = "rBAPS")
|
||||||
#' greedyMix(data)
|
#' greedyMix(data, "fasta")
|
||||||
greedyMix <- function(
|
greedyMix <- function(
|
||||||
data, format, c.rows, partitionCompare.partitions, ninds, rowsFromInd, noalle,
|
data, format, c.rows, partitionCompare.partitions, ninds, rowsFromInd, noalle,
|
||||||
adjprior, priorTerm, alleleCodesinp, popnames, fixedK = FALSE,
|
adjprior, priorTerm, alleleCodesinp, popnames, fixedK = FALSE,
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ Clustering of individuals
|
||||||
}
|
}
|
||||||
\examples{
|
\examples{
|
||||||
data <- system.file("extdata", "FASTA_clustering_haploid.fasta", package = "rBAPS")
|
data <- system.file("extdata", "FASTA_clustering_haploid.fasta", package = "rBAPS")
|
||||||
greedyMix(data)
|
greedyMix(data, "fasta")
|
||||||
}
|
}
|
||||||
\references{
|
\references{
|
||||||
Samtools: a suite of programs for interacting
|
Samtools: a suite of programs for interacting
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue