| gccontent {ecolitk} | R Documentation |
A simple R function to compute the GC content of a sequence
gccontent(x)
x |
a vector of mode character |
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.
The GC content (numeric)