Description Usage Arguments Value References See Also Examples
Extracts the sequence environment around a given position.
1 | env.extract(seq, c, r)
|
seq |
a string protein sequence. |
c |
center of the environment. |
r |
radius of the environment. |
Returns a a strings with the extracted environment sequence.
Aledo et al. Sci Rep. 2015; 5: 16955. (PMID: 26597773)
env.matrices(), env.sp()
1 | env.extract('ARGGQQQCATSYV', c = 8, r = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.