Added/renamed BAPS example data (#24)

This commit is contained in:
Waldir Leoncio 2024-04-10 14:18:17 +02:00
parent 9b8da3ab4d
commit 98b5e7a154
3 changed files with 6 additions and 1 deletions

View file

@ -5,7 +5,7 @@ path_inst <- system.file("extdata", "", package = "rBAPS")
# Reading datasets -------------------------------------------------------------
baps_diploid <- read.delim(
file = file.path(path_inst, "BAPS_format_clustering_diploid.txt"),
file = file.path(path_inst, "BAPS_clustering_diploid.txt"),
sep = " ",
header = FALSE
)