Added/renamed BAPS example data (#24)
This commit is contained in:
parent
9b8da3ab4d
commit
98b5e7a154
3 changed files with 6 additions and 1 deletions
5
inst/extdata/BAPS_clustering_haploid.txt
vendored
Normal file
5
inst/extdata/BAPS_clustering_haploid.txt
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
88 102 56 80 100 90 118 -9 88 104 1
|
||||||
|
80 102 54 82 102 92 116 90 86 104 2
|
||||||
|
88 104 56 84 102 -9 120 90 88 100 3
|
||||||
|
86 102 56 80 102 90 116 90 86 100 4
|
||||||
|
88 102 -9 80 102 90 116 92 86 100 5
|
||||||
|
|
@ -5,7 +5,7 @@ path_inst <- system.file("extdata", "", package = "rBAPS")
|
||||||
|
|
||||||
# Reading datasets -------------------------------------------------------------
|
# Reading datasets -------------------------------------------------------------
|
||||||
baps_diploid <- read.delim(
|
baps_diploid <- read.delim(
|
||||||
file = file.path(path_inst, "BAPS_format_clustering_diploid.txt"),
|
file = file.path(path_inst, "BAPS_clustering_diploid.txt"),
|
||||||
sep = " ",
|
sep = " ",
|
||||||
header = FALSE
|
header = FALSE
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue