pymol_str {HDXBoxeR} | R Documentation |
Preparatory function writing pymol scripts
Description
Function rearrange vector to string by adding + sign between the numbers.
Usage
pymol_str(ind1)
Arguments
ind1 |
vector of numbers (residues) |
Value
string with + as a separator.
Examples
res<-c(1,5, 19, 100, 109)
pymol_str(res)
[Package HDXBoxeR version 0.0.1 Index]