env.matrices: Environment Matrices

View source: R/environment.R

env.matricesR Documentation

Environment Matrices

Description

Provides the frequencies of each amino acid within the environment.

Usage

env.matrices(env)

Arguments

env

a character string vector containing the environments.

Value

Returns a list of two dataframes. The first, shown the environment in matrix form. The second provides the frequencies of each amino acid within the environments.

Author(s)

Juan Carlos Aledo

References

Aledo et al. Sci Rep. 2015; 5: 16955. (PMID: 26597773)

See Also

env.extract(), env.Ztest() and env.plot()

Examples

env.matrices(c('ANQRmCTPQ', 'LYPPmQTPC', 'XXGSmSGXX'))

ptm documentation built on Aug. 7, 2022, 5:05 p.m.

Related to env.matrices in ptm...