Description Usage Arguments Details Value Author(s)
Plot distribution of relative distances between sites
from two txLoc objects. See 'Details'.
1 2 | PlotRelDistDistribution(txLoc, txLocRef, flank = 1000, binWidth = 20,
doBootstrap = TRUE)
|
txLoc |
A |
txLocRef |
A |
flank |
An integer scalar or an integer vector of length 2; specifies
the absolute maximum relative distance(s) used as a cutoff; by specifying
|
binWidth |
An |
doBootstrap |
A |
The function calculates minimum distances per transcript region, between
entries from txLoc relative to txLocRef. Relative distances
are shown within a window (-flank, flank), where negative
distances correspond to a feature from txLoc that is upstream of a
site from txLocRef, and positive distances indicate a feature from
txLoc that is downstream of a site from txLocRef. Relative
distances are binned in bins of binWidth nt, and shown as an
abundance histogram. If doBootstrap = TRUE, 95
are calculated and shown, based on an empirical bootstrap of relative
distances.
NULL.
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.