Description Usage Arguments Details Value
A simple R function to compute the GC content of a sequence
1 | gccontent(x)
|
x |
a vector of mode |
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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.