env.extract: Sequence Environment Around a Given Position

Description Usage Arguments Value References See Also Examples

View source: R/envcoding.R

Description

Extracts the sequence environment around a given position.

Usage

1

Arguments

seq

a string protein sequence.

c

center of the environment.

r

radius of the environment.

Value

Returns a a strings with the extracted environment sequence.

References

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

See Also

env.matrices(), env.sp()

Examples

1
env.extract('ARGGQQQCATSYV', c = 8,  r = 2)

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

Related to env.extract in EnvNJ...