A simple R function to compute the GC content of a sequence
一个简单的R函数计算序列的GC含量
用法----------Usage----------
gccontent(x)
参数----------Arguments----------
参数:x
a vector of mode character
向量的模式character
Details
详情----------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.
这是一个简单的(不是特别快)的功能来计算序列的GC含量。速度是一个问题时,应该使用函数包matchprobes。此功能只存在,以避免对这个包的依赖。