View source: R/segment_pos.r View source: R/.ipynb_checkpoints/segment_pos-checkpoint.r
segment_pos | R Documentation |
segment_pos divides all IDs by position into position_segments
segment_pos adds the column "position_segment" to the rowRanges. To reduce run time, the data is divided by regions of no expression larger than "dist" nucleotides.
segment_pos(inp, dista = 300)
inp |
SummarizedExperiment: the input. |
dista |
integer: the amount of nucleotides defining the gap. Default is 300. |
The SummarizedExperiment object:
ID: |
The bin/probe specific ID |
position: |
The bin/probe specific position |
intensity: |
The relative intensity at time point 0 |
probe_TI: |
An internal value to determine which fitting model is applied |
flag: |
Information on which fitting model is applied |
position_segment: |
The position based segment |
data(preprocess_minimal)
segment_pos(inp = preprocess_minimal, dista = 300)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.