Returns simple protein sequence information including the number of residues, the percentage physico-chemical classes and the theoretical isoelectric point.
AAstat(seq, plot = TRUE)
a protein sequence as a vector of upper-case chars
if TRUE
, plots the presence of residues splited by
physico-chemical classes along the sequence.
A list with the three following components:
A factor giving the amino acid counts.
A list giving the percentage of each physico-chemical classes (Tiny, Small, Aliphatic, Aromatic, Non-polar, Polar, Charged, Positive, Negative).
The theoretical isoelectric point
citation("seqinr")
# NOT RUN {
seqAA <- read.fasta(file = system.file("sequences/seqAA.fasta", package = "seqinr"),
seqtype = "AA")
AAstat(seqAA[[1]])
# }
Run the code above in your browser using DataLab