Description Usage Arguments Value
View source: R/tss_predictor.R
Builds and labels feature vectors for both active and inactive TSS.
1 2 3 4 5 6 7 | labeled_feature_set(
labeled_transcripts,
bigwig_plus,
bigwig_minus,
bins = 251L,
bin_width = 21L
)
|
labeled_transcripts |
a |
bigwig_plus |
the path to a bigwig for reads on the plus strand |
bigwig_minus |
the path to a bigwig for reads on the minus strand |
bins |
a single value or vector of length equal to bin_width indicating the number of bins to generate, with the central bin centered on the focal site, must be odd |
bin_width |
a vector of one or more odd valued integers indicating the width of the bins to be generated. If multiple value are specified, windows are generated for all sizes specified |
A list with two elements containing the feature arrays for the active and inactive TSS respectively
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.