Description Usage Arguments Details Value Author(s)
Calculate GC content within window around loci from a txLoc
object. See 'Details'.
1 | GetGC(txLoc, flank = 10)
|
txLoc |
A |
flank |
An |
The function calculates the GC content within a window around every locus
from a txLoc
object. The window is defined by extending the position
of every txLoc
site upstream and downstream by flank
nucleotides (if possible). This is the low-level function that gets called
from within PlotGC
. There is no guarantee that this function will
be exported in future versions of RNAModR.
A list
of DataFrame
objects, each with the following
columns:
id
: A character
vector
GC_tx_region
: A numeric
vector
GC_window
: A numeric
vector
sequence_window
: A DNAStringSet
object
Maurits Evers, maurits.evers@anu.edu.au
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.