Moved used datasets to /isnt/extdata (#25)

This commit is contained in:
Waldir Leoncio 2023-08-09 10:54:48 +02:00
parent bb7eadd2ba
commit 687a6fb671
42 changed files with 44765 additions and 44759 deletions

View file

@ -16,6 +16,10 @@ greedyMix(data, format, verbose = TRUE)
\description{
Clustering of individuals
}
\examples{
data <- system.file("extdata", "FASTA_clustering_haploid.fasta", package = "rBAPS")
greedyMix(data)
}
\references{
Samtools: a suite of programs for interacting
with high-throughput sequencing data. <http://www.htslib.org/>

View file

@ -19,7 +19,7 @@ Loads a fasta file into matrix format ready for
running the hierBAPS algorithm.
}
\examples{
msa <- system.file("ext", "seqs.fa", package = "rBAPS")
msa <- system.file("extdata", "seqs.fa", package = "rBAPS")
snp.matrix <- load_fasta(msa)
}
\seealso{