s2c {seqinr}R Documentation

conversion of a string into a vector of chars

Description

This is a simple utility function to convert a string such as "BigBang" into a vector of chars such as "B" "i" "g" "B" "a" "n" "g"

Usage

s2c(string)

Arguments

string a string of chars

Value

a vector of chars

Author(s)

J.R. Lobry

References

  To have an overview of the seqinR's functionnality, please consult this vignette: Charif, D., Lobry, J.R. (2005) SeqinR: a contributed package to the R project for statistical computing devoted to biological sequences retrieval and analysis. Springer Verlag, Biological and Medical Physics/Biomedical Series, in preparation.

See Also

c2s

Examples

s2c( "BigBang" )

[Package seqinr version 1.0-2 Index]