View source: R/apply_Ttest_delay.r View source: R/.ipynb_checkpoints/apply_Ttest_delay-checkpoint.r
apply_Ttest_delay | R Documentation |
apply_Ttest_delay checks the significance of the point between 2 segments showing pausing site (ps) and internal starting site (ITSS) independently
apply_Ttest_delay: is a statistical test to check the significance of the point between 2 segments showing pausing site (ps) and internal starting site (ITSS) independently. The function uses t-test. The last point from the first segment and the first point from the second segment are selected and added to the residuals of each model. The sum is subjected to t-test.
apply_Ttest_delay(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.
data(stats_minimal)
apply_Ttest_delay(inp = stats_minimal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.