env.matrices: Environment Matrices

Description Usage Arguments Value References See Also Examples

View source: R/envcoding.R

Description

Provides the frequencies of each amino acid within the environment.

Usage

1

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(), otu.vector()

Examples

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

EnvNJ documentation built on Sept. 27, 2021, 5:07 p.m.

Related to env.matrices in EnvNJ...