View source: R/apply_event_position.r View source: R/.ipynb_checkpoints/apply_event_position-checkpoint.r
apply_event_position | R Documentation |
apply_event_position extracts event time duration for pausing site or iTSS
apply_event_position is a short version of apply_Ttest_delay function to extract event time duration for pausing site or iTSS. Its adds a new column with the duration.
apply_event_position(inp)
inp |
SummarizedExperiment: the input data frame with correct format. |
The SummarizedExperiment with the columns regarding statistics:
The bin/probe specific ID.
The bin/probe specific position.
The bin/probe specific strand.
The relative intensity at time point 0.
An internal value to determine which fitting model is applied.
Information on which fitting model is applied.
The position based segment.
The delay value of the bin/probe.
The half-life of the bin/probe.
String, the factor of TI fragment.
The delay fragment the bin belongs to.
The velocity value of the respective delay fragment.
The vintercept of fit through the respective delay fragment.
The slope of the fit through the respective delay fragment.
The half-life fragment the bin belongs to.
The mean half-life value of the respective half-life fragment.
The intensity fragment the bin belongs to.
The mean intensity value of the respective intensity fragment.
The overarching transcription unit.
The TI fragment the bin belongs to.
The mean termination factor of the respective TI fragment.
The combined ID of the fragment.
presence of pausing site indicated by +/-.
presence of iTSS_I indicated by +/-.
The fragments involved in pausing site or iTSS_I.
Integer, the duration between two delay fragments.
p_value of pausing site or iTSS_I.
Integer, the p_value added to the inp.
Integer, the slope value of the fit through the respective delay fragment.
Integer, the ratio value of velocity from 2 delay fragments.
Integer, position of the event added to the input.
data(stats_minimal)
apply_event_position(inp = stats_minimal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.