Next: Step 2 - Building the consensus map, Previous: Tutorial Introduction, Up: Tutorial
To create the XML database from the raw database stored into the folder data, use the command MetaDB as follows:
$java org.metaqtl.main.MetaDB -e data/experiments.csv -m data/genetic-map \
-q data/qtl-map -t data/trait_ontology.csv \
-d data/marker_dictionary.csv -o xml
|