Description Usage Arguments Author(s) See Also
plot.detrending plots a histograms of observed distances between the specified pair of PWMs in the foreground set of the sequences as well as the background set of sequences. The distance distribution for the pair in the background is used for detrending.
1 2 3 | ## S4 method for signature 'cobindr'
plot.detrending(x, pwm1, pwm2, bin_length=20, z_value=3, overlap=0,
abs.distance=FALSE)
|
x |
an object of the class "cobindr", which will hold all necessary information about the sequences and the hits. |
pwm1 |
name of the first PWM |
pwm2 |
name of the second PWM |
bin_length |
defines size of bins for distance analysis, default value is 20 nucleotides |
z_value |
level of significance |
overlap |
number of nucleotides which are allowed for an overlap |
abs.distance |
logical flag |
Yue-Hien Lee
plot.pairdistribution
, plot.pairdistance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.