Changed dataset used for testing greedyMix
This commit is contained in:
parent
4a7eef74bc
commit
ae58372205
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ context("Opening files on greedyMix")
|
||||||
|
|
||||||
# TODO: needs #12 to be fixed before this can be done without user intervention
|
# TODO: needs #12 to be fixed before this can be done without user intervention
|
||||||
greedyMix(
|
greedyMix(
|
||||||
tietue = "inst/ext/ExamplesDataFormatting/Example baseline data in GENEPOP format for Trained clustering.txt",
|
tietue = "inst/ext/ExamplesDataFormatting/Example data in BAPS format for clustering of diploid individuals.txt",
|
||||||
format = "GenePop",
|
format = "GenePop",
|
||||||
savePreProcessed = FALSE
|
savePreProcessed = FALSE
|
||||||
) # Upper bounds 100 100
|
) # Upper bounds 100 100
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue