AAstat | R Documentation |
Returns simple protein sequence information including the number of residues, the percentage physico-chemical classes and the theoretical isoelectric point. The functions ignore ambiguous amino acids (e.g. "B", "Z", "X", "J").
AAstat(seq, plot = TRUE)
seq |
a protein sequence as a vector of upper-case chars |
plot |
if |
A list with the three following components:
Compo |
A factor giving the amino acid counts. |
Prop |
A list giving the percentage of each physico-chemical classes (Tiny, Small, Aliphatic, Aromatic, Non-polar, Polar, Charged, Positive, Negative). |
Pi |
The theoretical isoelectric point |
D. Charif, J.R. Lobry
citation("seqinr")
computePI
, SEQINR.UTIL
, SeqFastaAA
seqAA <- read.fasta(file = system.file("sequences/seqAA.fasta", package = "seqinr"),
seqtype = "AA")
AAstat(seqAA[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.