Proteome-class {dagLogo} | R Documentation |
Proteome
.An S4 class to represent a whole proteome for dagLogo analysis.
proteome
A data frame.
type
A character vector of length 1. Available options :"UniProt", and "fasta".
species
A character vector of length 1, a conventional Latin name for a species.
Objects can be created by calls of the form
new("Proteome", proteome, type, species)
.
Jianhong Ou