writePhylip | R Documentation |
From the resulting list of equally-sized dataframes containing the
input individual DNA alignments, as generated by the functions catfullGenes
or catmultGenes
, it will write (i) a final PHYLIP-formatted file
of fully concatenated dataset and (ii) an associated partition file for
the RAxML concatenated phylogenetic analysis using a mixed/partitioned model.
writePhylip(x,
file,
genomics = FALSE,
catalignments = TRUE,
partitionfile = TRUE,
verbose = TRUE)
x |
The object to be written, a list of equally-sized dataframes containing
the input gene datasets, as generated by the functions \codecatfullGenes
or |
file |
Either a character string naming a file or a |
genomics |
Logical, if |
catalignments |
Logical, if |
partitionfile |
Logical, if |
endgaps.to.miss |
Logical, if |
Domingos Cardoso
catfullGenes
catmultGenes
## Not run:
data(Gaya)
df <- catfullGenes(Gaya,
shortaxlabel = TRUE,
missdata = FALSE,
outgroup = "Abutilon_costicalyx")
writePhylip(df,
file = "filename.phy",
genomics = FALSE,
catalignments = TRUE,
partitionfile = TRUE,
verbose = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.