forked from iqtree/iqtree3
-
Notifications
You must be signed in to change notification settings - Fork 1
Quickstart
Bui Quang Minh edited this page Nov 7, 2015
·
32 revisions
Minimal command-line examples (replace iqtree with actual path to executable):
-
Reconstruct maximum-likelihood tree from a sequence alignment (
example.phy) with the best-fit substitution model automatically selected:iqtree -s example.phy -m TEST -
Reconstruct ML tree and assess branch supports with ultrafast bootstrap and SH-aLRT test (1000 replicates):
iqtree -s example.phy -m TEST -alrt 1000 -bb 1000 -
Perform partitioned analysis with partition definition file (
example.nex) in Nexus or RAxML format using edge-linked model and gene-specific rates:iqtree -s example.phy -spp example.nex -m TEST(for edge-unlinked model replace
-sppwith-spoption) -
Merge partitions to reduce model complexity:
iqtree -s example.phy -sp example.nex -m TESTMERGE -
Perform model selection only: use
-m TESTONLYor-m TESTMERGEONLY -
Show all available options:
iqtree -h
Copyright (c) 2010-2022 IQ-TREE development team.
- First example
- Model selection
- New model selection
- Codon models
- Binary, Morphological, SNPs
- Ultrafast bootstrap
- Nonparametric bootstrap
- Single branch tests
- Partitioned analysis
- Partitioning with mixed data
- Partition scheme selection
- Bootstrapping partition model
- Utilizing multi-core CPUs
- Tree topology tests
- User-defined models
- Consensus construction and bootstrap value assignment
- Computing Robinson-Foulds distance
- Generating random trees
- Estimating amino acid substitution models
- DNA models
- Protein models
- 3Di and TEA models
- Codon models
- Binary, morphological models
- Ascertainment bias correction
- Rate heterogeneity
- Counts files
- First running example
- Substitution models
- Virtual population size
- Sampling method
- Bootstrap branch support
- Interpretation of branch lengths