Description Usage Arguments Value See Also
Calculates continuous binding regions at given FDR.
1 | get_binding_positions(data, fdr = 0.01)
|
data |
A |
fdr |
False discovery rate. |
A tibble with the following columns:
Experiment.
Replicate.
Gene.
Start of continuous binding region. If the binning mode for fit_background_model
was byaa
, this will be in codons, otherwise in nucleotides.
End of continuous binding region.
Width of continuous binding region.
Sum of counts of sample1 within the binding region. Note that the actual column name
is the value of sample1
given to fit_background_model
.
Sum of counts of sample2 within the binding region. Note that the actual column name
is the value of sample1
given to fit_background_model
.
fit_background_model
, test_binding
, plot_binding_positions
, get_binding_positions_by_threshold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.