View source: R/rifi_stats.r View source: R/.ipynb_checkpoints/rifi_stats-checkpoint.r
rifi_stats | R Documentation |
rifi_stats wraps the functions:
predict_ps_itss
apply_Ttest_delay
apply_ancova
apply_event_position
apply_t_test
fold_change
apply_manova
apply_t_test_ti
gff3_preprocess
rifi_stats(inp, dista = 300, path)
inp |
SummarizedExperiment: the input data frame with correct format. |
dista |
integer: the maximal distance allowed between two successive fragments. Default is the auto generated value. |
path |
path: to the directory containing the gff3 file. |
The SummarizedExperiment object: ID with position, strand, intensity, probe_TI, flag, position_segment, delay, half_life, TI_termination_factor, delay_fragment, velocity_fragment, intercept, slope, HL_fragment, HL_mean_fragment, intensity_fragment, intensity_mean_fragment, TU, TI_termination_fragment, TI_mean_termination_factor, seg_ID, pausing_site, iTSS_I, ps_ts_fragment, event_ps_itss_p_value_Ttest, p_value_slope, delay_frg_slope, velocity_ratio, event_duration, event_position, FC_HL, FC_fragment_HL, p_value_HL, FC_intensity, FC_fragment_intensity, p_value_intensity, FC_HL_intensity, FC_HL_intensity_fragment, FC_HL_adapted, synthesis_ratio, synthesis_ratio_event, p_value_Manova, p_value_TI, TI_fragments_p_value
predict_ps_itss
apply_Ttest_delay
apply_ancova
apply_event_position
apply_t_test
fold_change
apply_manova
apply_t_test_ti
gff3_preprocess
data(fragmentation_minimal)
rifi_stats(inp = fragmentation_minimal, dista = 300,
path = gzfile(system.file("extdata", "gff_e_coli.gff3.gz",
package = "rifi")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.