A simple R function to compute the GC content of a sequence
Usage
gccontent(x)
Arguments
x
a vector of mode character
Value
The GC content (numeric)
Details
This a simple (and not particularly fast) function to compute the GC
content of sequence. When speed is an issue, one should use the
function in the package matchprobes. This function only exists
to avoid dependency on this package.