View source: R/dataframe_summary_TI.r View source: R/.ipynb_checkpoints/dataframe_summary_TI-checkpoint.r
dataframe_summary_TI | R Documentation |
dataframe_summary_TI creates one table with all TI fragments,p_value and the coordinates
The dataframe_summary creates one table with the following columns: event, TI_fragment, TI_factor, TI_fragments_TU, p_value, feature_type, gene, locus_tag, strand, TU, features, event_position, position_1 and position_2.
dataframe_summary_TI(data, input)
data |
SummarizedExperiment: the input data frame with correct format. |
input |
dataframe: dataframe from event_dataframe function. |
String, event type, transcription interference.
String, the fragment with TI.
String, the factor of TI fragment.
Integer, p_value of the event.
Integer, p_value adjusted.
String, region annotation covering the fragments.
String, gene annotation covering the fragments.
String, locus_tag annotation covering the fragments.
Boolean. The bin/probe specific strand (+/-).
String, The overarching transcription unit.
Integer, The number of segments within the TI.
Integer, the position middle between 2 TI fragments.
String, the first position of TI fragment, if 2 fragments, first position is from the first fragment.
String, the last position of TI fragment, if 2 fragments, last position is from the second fragment.
WIP
data(stats_minimal)
data(res_minimal)
dataframe_summary_TI(data = stats_minimal, input = res_minimal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.