Description Usage Arguments Examples
View source: R/value_position-class.R
A class for position specific variable
1 2 3 4 5 6 | peptr_value_position(
value = double(),
position = peptr_position(),
range = double(),
name = NA_character_
)
|
value |
A double vector of the residue value |
position |
An integer vector of the residue position |
range |
A vector of 2 doubles to scale |
name |
A string to identify the variable (e.g. disorder, Default: NA) |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.