RAxML(file.name, file.path="", type="DNA", out.name=NULL, model=NULL, bootstrap=NULL, algorithm="d", rseed=NULL, args=NULL, numcat=25, nprocs=12, job.name=NULL, print.curl=FALSE, shared.username=NULL, small=TRUE, substitution.matrix=NULL, empirical.frequencies=FALSE, suppress.Warnings=FALSE)
GTRCAT
, GTRGAMMA
, GTRCATI
and GTRGAMMAI
. For protein the choices are PROTCAT
, PROTGAMMA
, PROTCATI
and PROTGAMMAI
. The details p. 10-11 of manual.DAYHOFF
, DCMUT
, JTT
, MTREV
, WAG
, RTREV
, CPREV
, VT
, BLOSUM62
, MTMAM
, LG
, MTART
, MTZOA
, PMB
, HIVB
, HIVW
, JTTDCMUT
, FLU
and GTR
, the default is BLOSUM62
Additional arguments, args
, can be found at http://bioinformatics.oxfordjournals.org/content/suppl/2014/01/18/btu033.DC1/NewManual.pdf. The args input is text with the flags and inputs for those flags in a string like on the command line.
For this application there are numerous output files. See pg 16-17 of the manual for complete details. RAxML outputs trees in Newick format http://en.wikipedia.org/wiki/Newick_format.
SubmitJob, Validate, UploadFile
## Not run: data(phylip_interleaved_dna.aln)
## Not run: write.table(phylip_interleaved_dna.aln, "phylip_interleaved_dna.aln",
# quote=FALSE, row.names=FALSE, col.names=FALSE)## End(Not run)
## Not run: Validate("username","password")
## Not run: UploadFile("phylip_interleaved_dna.aln")
## Not run: myJobRaxD <- RAxML("phylip_interleaved_dna.aln", job.name="raxmlDNAphy")
Run the code above in your browser using DataLab