Learn R Programming

ptm (version 0.2.2)

env.matrices: 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.

References

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

See Also

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

Examples

Run this code
# NOT RUN {
env.matrices(c('ANQRmCTPQ', 'LYPPmQTPC', 'XXGSmSGXX'))
# }

Run the code above in your browser using DataLab