View source: R/TUgether.r View source: R/.ipynb_checkpoints/TUgether-checkpoint.r
TUgether | R Documentation |
TUgether combines delay fragments into TUs
TUgether combines delay fragments into TUs. The column "TU" is added. It uses score fun_increasing on the start and end points of delay_fragments.
TUgether(inp, cores = 1, pen = -0.75)
inp |
SummarizedExperiment: the input data frame with correct format. |
cores |
cores: integer: the number of assigned cores for the task. |
pen |
numeric: an internal parameter for the dynamic programming. Higher values result in fewer fragments. Default -0.75. |
The function used is: .score_fun_increasing
The input is the SummarizedExperiment object. pen is the penalty for new fragments in the dynamic programming. Since high scores are aimed, pen is negative.
The SummarizedExperiment with the columns regarding the TU:
The bin/probe specific ID.
The bin/probe specific position.
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.
data(fragmentation_minimal)
TUgether(inp = fragmentation_minimal, cores = 2, pen = -0.75)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.