Description Usage Arguments Value
View source: R/tss_predictor.R
Labels active TSS from by generating an empirical distribution of *-cap sequencing count data across all TSS and labeling the upper tail as active and sites with no *-cap data as inactive.
1 2 3 4 5 6 7 8 9 | label_transcripts(
transcripts,
cap_bigwig_plus,
cap_bigwig_minus,
ctrl_bigwig_plus,
ctrl_bigwig_minus,
ctrl_cdf_alpha = 0.01,
radius = 150
)
|
transcripts |
transcripts a |
cap_bigwig_plus |
PRO-cap/GRO-cap data from plus strand |
cap_bigwig_minus |
PRO-cap/GRO-cap data from minus strand |
ctrl_bigwig_plus |
PRO-seq/GRO-seq data from plus strand |
ctrl_bigwig_minus |
PRO-seq/GRO-seq data from minus strand |
ctrl_cdf_alpha |
foo |
radius |
The radius around the TSS in which to collect counts |
Return transcripts with an added active_tss column indicating if the tss is active
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.