File: data.aaMap.Rd

package info (click to toggle)
r-bioc-biobase 2.66.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,136 kB
  • sloc: ansic: 642; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\name{data:aaMap}
\alias{data:aaMap}
\alias{aaMap}
\docType{data}
\title{Dataset: Names and Characteristics of Amino Acids }
\usage{data(aaMap)}
\description{
The \code{aaMap} data frame has 20 rows and 6 columns. Includes elementary information about amino acids.
}
\format{
  This data frame contains the following columns:
  \describe{
    \item{name}{amino acid name}
    \item{let.1}{one-letter code}
    \item{let.3}{three-letter code}
    \item{scProp}{side chain property at pH 7 (polar/nonpolar)}
    \item{hyPhilic}{logical: side chain is hydrophilic at pH 7}
    \item{acidic}{logical: side chain is acidic at pH 7}
  }
}
\source{
Nei M and Kumar S: Molecular evolution and phylogenetics (Oxford 2000), Table 1.2
}
\examples{
data(aaMap)
}
\keyword{datasets}