Learn R Programming

ptm (version 0.2.7)

env.matrices: Environment Matrices

Description

Provides the frequencies of each amino acid within the environment.

Usage

env.matrices(env)

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.

Arguments

env

a character string vector containing the environments.

Author

Juan Carlos Aledo

References

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

See Also

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

Examples

Run this code
env.matrices(c('ANQRmCTPQ', 'LYPPmQTPC', 'XXGSmSGXX'))

Run the code above in your browser using DataLab