Learn R Programming

rPlant (version 2.7)

RunParsprotein: Run Phylip Parsimony

Description

This function will submit a parsimony analysis job to Phylip on iPlant's DE

Usage

RunParsprotein(user.name, token, DE.file.name, DE.file.path="", job.name=NULL,
                       nprocs=1,version="phylip-protein-parsimony-lonestar-3.69u1")

Arguments

user.name
iPlant Discovery Environment user name
token
A validation tool used in place of unencrypted passwords
DE.file.name
Name of file to be evaluated on the Discovery Environment (DE).
DE.file.path
Optional path to a user's subdirectory on the DE; default path is empty, which leads to the home directory
job.name
The name to give the job being submitted
nprocs
The number of processors to be allocated to the job, default = 1
version
DNA parsimony version, options include phylip-protein-parsimony-lonestar-3.69u1, phylip-protein-parsimony-lonestar-3.69u2

Value

  • Text listing action as either being a "success" or "error". If an error, then a message stating the error should also be reported.

Details

The function is a wrapper function for submitting Phylip jobs with amino acid data for a parsimony analysis.

See Also

SubmitJob

Examples

Run this code
# RunParsprotein(user.name, token, DE.file.name="your.protein.file",
	#                job.name="PhylipParsimony2")

Run the code above in your browser using DataLab