Description Usage Arguments Details Value Author(s) Examples
Compute GC content in a certain region of a BSgenome object
1 |
obj |
BSgenome object |
... |
Arguments passed to getSeq method for BSgenome package. |
view.width |
Passed to |
as.prob |
If TRUE return percentage of GC content, otherwise return counts. |
GC content is an interesting variable may be related to various
biological questions. So we need a way to compute GC content in a
certain region of a reference genome. GCcontent function is a
wrapper around getSeq function in BSgenome package and
letterFrequency
, letterFrequencyInSlidingView
in Biostrings package.
if the view.width
is specified, the GC content will be computed
in the sliding view
Numeric value indicate count or percentage
Tengfei Yin
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.