View source: R/computeStretches.R
computeStretches | R Documentation |
This function computes continuous stretches of nucleotide positions, for
which posterior probabilities are to be computed. Such positions should have
the minimum allowed coverage (as defined with the parameter t
) in
all experimental replicates and a non-zero drop-off count in at least one of
the treatment replicates. The returned stretches are at least two
nucleotides long.
computeStretches(se, t)
se |
A |
t |
Threshold for the minimum allowed coverage. Must be non-negative. |
An IRanges
object storing each stretch.
The following errors are returned if:
"The minumum coverage threshold must be non-negative." the threshold for the minimum considered coverage is negative.
Alina Selega, Sander Granneman, Guido Sanguinetti
Selega et al. "Robust statistical modeling improves sensitivity of high-throughput RNA structure probing experiments", Nature Methods (2016).
t <- 1
stretches <- computeStretches(se, t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.