Issue
Table of Contents

New Stratocladistic Program:
MARCOT &
FOX

Plain-Language &
Multilingual  Abstracts

Abstract
Introduction
Tree Search Algorithm
Calculation of Morphologic Debt with Polymorphic Taxa
Data for a StrataPhy Stratocladistic Search
Formatting Nexus Files for StrataPhy Analysis
Empirical Example  
Conclusions
Acknowledgements
References
Appendix 1
Appendix 2

Test

Print article

 

 
 

FORMATTING NEXUS FILES FOR STRATAPHY ANALYSIS

StrataPhy reads files in the standard NEXUS format (Maddison et al. 1997) common to many modern computer programs for phylogenetic analysis. See Maddison et al. (1997) for a more detailed description of the NEXUS format and for the syntax of commands common to most NEXUS files. Here, we restrict our description of NEXUS syntax to only that necessary to perform stratocladistic analyses in StrataPhy. An example NEXUS file with a StrataPhy block is included in the Appendix 2. In general, NEXUS files are ASCII text files and may be created in any text editor. Alternatively, they can be created and edited in programs explicitly designed to produce NEXUS files, such as MacClade or Mesquite (Maddison and Maddison 2004). NEXUS files for StrataPhy include labels of taxa, character data, as well as a stratigraphic character. Note that at the present time MacClade is the only program that fully supports stratigraphic data and the corresponding character type, as well as the assignment of taxa as ancestors. Ideally, StrataPhy and MacClade should be used in concert for the straightforward creation of data sets. In MacClade, stratigraphic characters can be specified, and will automatically be incorporated into the NEXUS file. Other programs such as Mesquite do not support stratigraphic data explicitly, and assumptions about stratigraphic characters must be added manually in an additional step.

StrataPhy currently supports both ordered and unordered categorical character types, as well as the stratigraphic character type in MacClade (Maddison and Maddison 2005). To make StrataPhy compatible with MacClade for NEXUS file creation and tree viewing and analysis, StrataPhy shares some critical restrictions on character states with MacClade. StrataPhy support a maximum of 34 character states: the numbers "0" through "9" and letters "A" through "Z", regardless of case, are all valid character states, except for "I" and "O", which are invalid. Therefore due to restrictions imposed by MacClade, the stratigraphic character can include no more than 34 intervals.

StrataPhy allows differential user-defined weighting of characters, including the stratigraphic character. Character types and weights are specified using the TYPESET and WTSET options, respectively, in the ASSUMPTIONS block of the NEXUS data file, as is standard NEXUS format. Characters present in a data matrix contained in the NEXUS file can be excluded from analysis by creating an exclusion set (EXSET) in the ASSUMPTIONS block. Note that MacClade refers to exclusion sets as "Inclusion Sets." This option records the character numbers of characters to be excluded prior to StrataPhy analysis. StrataPhy only performs stratocladistic analysis using the "active" TYPESET, WTSET, or EXSET set, which are each designated with an asterisk (*) in the NEXUS file (see Appendix 2). Typically, these sets are those active (i.e., selected) at the time the file was saved to disk. It is possible that a user might explicitly store a single TYPESET, for example, but if the user were to change the types of any character, then save the entire file to disk, the untitled TYPESET in effect at the time of the save would be that used by StrataPhy. Care must be taken to designate the TYPESET, WTSET, and EXSET immediately before saving NEXUS files in MacClade, and we encourage users to review their selections prior to analysis by opening NEXUS files in any standard text editor. Individual taxa in a matrix cannot be excluded from analysis within StrataPhy within the ASSUMPTIONS block, so taxa to be excluded must be deleted from the NEXUS file prior to analysis with StrataPhy.

The current version of StrataPhy utilizes a command line for inputting the file name of the NEXUS file to be analyzed (instead of a graphic user interface), so all parameter settings for the analysis must be specified within the NEXUS file prior to analysis. These parameters are set by placing commands in a new block labeled "STRATAPHY" in the NEXUS file. Syntax of the StrataPhy block is given below. Terms in italics would be replaced by user-defined values, and those in braces represent the range of possible parameters with the default underlined.

BEGIN STRATAPHY;

MAXTREES = maximum-number-of-trees;

SEARCHREPS = number-of-branch-swapping-replicates;

ANCREPS = number-of-ancestral-search-replicates;

ANCTYPE = { heuristic | exhaustive };

OUTGROUP outgroup1 outgroup2 outgroup3;

END;

MAXTREES – This command sets the maximum number of optimal trees to be saved in a heuristic search. It is also the maximum number of trees saved during single reps of a heuristic search, although if these are not globally optimal over all previous reps, they will not be saved. StrataPhy currently cannot adjust MAXTREES dynamically during a search, so this must be specified prior to the analysis. The default setting of MAXTREES is set to 1000.

SEARCHREPS – This command sets the number of heuristic search replicates to be performed. Each of these replicates begins with a tree built by random taxon addition. The default number of search replicates is 10.

ANCREPS – This command sets the number of replicate searches for optimal assignments of ancestors reps per tree produced by branch swapping. By default, StrataPhy performs only a single ancestral search replicate.

ANCTYPE – This command designates the type of search for optimal assignments of ancestors, either heuristic or exhaustive. Heuristic search (described above) is the default.

OUTGROUP – This command designates taxa that will be used as the outgroup. Taxon labels must exactly match the spelling of those in the translation table and matrix in the NEXUS file, and multiple outgroup taxa are separated by single spaces. If no outgroup is specified, StrataPhy assumes all taxa are in the ingroup. In this case, if a stratigraphic character is present, StrataPhy will search over all possible rooted trees, so it is recommended that at least one outgroup taxon is specified.

 

Next Section

New Stratocladistic Program
Plain-Language & Multilingual  Abstracts | Abstract | Introduction  | Tree Search Algorithm
Calculation of Morphologic Debt with Polymorphic Taxa | Data for a StrataPhy Stratocladistic Search
Formatting Nexus Files for StrataPhy Analysis | Empirical Example  
Conclusions | Acknowledgements | References | Appendix 1 | Appendix 2
Print article