Description Usage Arguments Value Author(s) References See Also Examples
Performs sliding window Winsorization given treated GRanges generated by comp() function. It winsorizes values in windows (of a size specified by window_size) sliding by 1 nt over whole transcript length and reports mean winsorized value for each nucleotide (as well as standard deviation).
1 2 |
Comp_GR |
GRanges object made by comp() function. |
winsor_level |
Winsorization level. Bottom outliers will be set to (1-winsor_level)/2 quantile and top outliers to (1+winsor_level)/2 quantile. |
window_size |
Size of a sliding window. |
only_top |
If TRUE then bottom values are not Winsorized and are set to 0. |
nt_offset |
How many position in the 5' direction should the signal be offset to account for the fact that reverse transcription termination occurs before site of modification. |
add_to |
GRanges object made by other normalization function (dtcr(), slograt(), swinsor(), compdata()) to which normalized values should be added. |
GRanges object with "swinsor" (mean smooth-Winsor values) and "swinsor.sd" (standard deviation of smooth-Winsor values) metadata.
Lukasz Jan Kielpinski, Jeppe Vinther, Nikos Sidiropoulos
"Analysis of sequencing based RNA structure probing data" Kielpinski, Sidiropoulos, Vinther. Chapter in "Methods in Enzymology" (in preparation)
comp, dtcr, slograt,
compdata, GR2norm_df,
plotRNA, norm2bedgraph, winsor,
swinsor_vector
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.