Description Usage Arguments Details Value See Also
Using the background model estimated by fit_background_model, performs significance testing for enrichment of reads in
sample1 compared to sample2 for all genes and positions.
1  | test_binding(data, window_size, bpparam = BiocParallel::bpparam())
 | 
data | 
 A   | 
window_size | 
 Neighborhood size for the confidence interval calculation in nucleotides. If missing, the default window size of the data set will be used.  | 
bpparam | 
 A   | 
Enrichment spikes at individual positions are likely not indicative of real chaperone binding. Nevertheless, they frequently occur,
probably due to ligation and/or sequencing bias. To alleviate this problem somewhat, read counts within a window_size-wide
neighborhood are summed up individually for sample1 and sample2 and used for significance testing. This results in
strongly correlatd p-values, therefore the Benjamini-Yekutieli-procedure is used for FDR control. sample1 and sample2
from fit_background_model are used. Note that the binning mode (bynuc or byaa) previously given to fit_background_model
will be used.
A serp_data object.
get_binding_pvalues, fit_background_model, get_binding_positions, plot_binding_positions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.