Description Usage Arguments Value Author(s) See Also Examples
Extracts consensus clusters with shifting score and/or FDR (adjusted P-value from
Kolmogorov-Smirnov test) above specified threshold. Returns their genomic coordinates,
total CAGE signal and the position of dominant TSS in the two compared groups of CAGE
samples, along with the value of the shifting score, P-value and FDR. Scores and
P-values/FDR have to be calculated beforehand by calling scoreShift
function.
1 2 3 4 5 6 | getShiftingPromoters(object, tpmThreshold = 0, scoreThreshold = -Inf,
fdrThreshold = 1)
## S4 method for signature 'CAGEset'
getShiftingPromoters(object, tpmThreshold = 0,
scoreThreshold = -Inf, fdrThreshold = 1)
|
object |
A |
tpmThreshold |
Consensus clusters with total CAGE signal |
scoreThreshold |
Consensus clusters with shifting score |
fdrThreshold |
Consensus clusters with adjusted P-value (FDR) from
Kolmogorov-Smirnov test |
Returns a data.frame
of shifting promoters with genomic coordinates and
positions of dominant TSS and CAGE signal in the two compared (groups of) samples, along
with shifting score and adjusted P-value (FDR).
Vanja Haberle
Other CAGEr promoter shift functions: scoreShift
1 2 | head(getShiftingPromoters( exampleCAGEset, tpmThreshold = 100
, scoreThreshold = 0.4, fdrThreshold = 0.01))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.