Learn R Programming

Rphylip (version 0.1-23)

read.protein: Reads protein sequences from file in multiple formats

Description

Reads protein sequences from a file.

Usage

read.protein(file, format="fasta", ...)

Arguments

file
file name for file containing protein sequences.
format
format of input file. Permitted formats are "fasta" and "sequential". See read.dna for more information.
...
optional arguments.

Value

An object of class "proseq" containing protein sequences.

See Also

as.proseq, print.proseq, Rproml