View source: R/dataframe_summary.r View source: R/.ipynb_checkpoints/dataframe_summary-checkpoint.r
dataframe_summary | R Documentation |
dataframe_summary creates two tables relating gene annotation to fragments
dataframe_summary creates two tables summary of segments and their half-lives. The first output is bin/probe features and the second one is intensity fragment based.The dataframe_summary creates one table with feature_type, gene, locus_tag, position, strand, TU, delay_fragment, HL_fragment, half_life, intensity_fragment, intensity and velocity. The second table is similar to the first one but in compact form. It contains the same columns, the only difference is on position where a start and end position are indicated separately.
dataframe_summary(data, input)
data |
SummarizedExperiment: the input data frame with correct format. |
input |
dataframe: dataframe from event_dataframe function. |
bin_df: |
all information regarding bins:
|
frag_df: |
all information regarding fragments:
|
data(stats_minimal)
data(res_minimal)
dataframe_summary(data = stats_minimal, input = res_minimal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.