args1 |
file in weka arff format containing the information about the genetic markers for each individual
|
args2 |
file where we want to save the results
|
args3 |
number of clusters or populations
|
args4 |
number of genetic copies for a polymorphisms (data plody)
|
args5 |
number of iterations of the multistart algorithm
|
args6 |
(Optional) Name of a file (.rmi
file) where the learned model is saved as a serialized java
object. This model can be used by
ufssMutualInformationTest.jar in order to obtain the subset of relevant
markers for the current population partition
|
args1 |
.rmi file which contains a serialized java object. This is a file produced by populationInference.jar
|
args2 |
file in weka arff format
which contains the information about the genetic markers
for each individual. This is the same arff file as the used in populationInference.jar to obtain args1
|
args3 |
data ploidy
|
args4 |
relevancy threshold for Chi-square test
|
args5 |
redundancy threshold for Chi-square test
|
args6 |
arff file where we want to store the dataset with the selected markers
|