Unwrapped `greedyMix() example (#24)

This commit is contained in:
Waldir Leoncio 2024-08-07 11:42:29 +02:00
parent d861ffb551
commit 6e08c35f13
3 changed files with 3 additions and 7 deletions

View file

@ -48,10 +48,8 @@ greedyMix(
Clustering of individuals
}
\examples{
\dontrun{ # TEMP: unwrap once #24 is resolved
data <- system.file("extdata", "BAPS_format_clustering_diploid.txt", package = "rBAPS")
data <- system.file("extdata", "BAPS_clustering_diploid.txt", package = "rBAPS")
greedyMix(data, "baps")
} # TEMP: unwrap once #24 is resolved
}
\references{
Samtools: a suite of programs for interacting