toComplex {Biostrings} | R Documentation |
[TODO]
toComplex(x, baseValues)
x |
A DNAString object.
|
baseValues |
A named complex vector containing the values associated
to each base e.g.
c("A"=1+0i, "G"=0+1i, "T"=-1+0i, "C"=0-1i)
|
H. Pages