agreg5 | R Documentation |
Use detected start regions and mapped read positions to merge overlapping start regions
agreg5(tot2,ff)
tot2 |
Start regions data.frame with the following column names : 5end (has to be the first column), PU, str and sumfreq. 5end : central position of the start region. PU : positional uncertainty of the region. str : strand of the region sumfreq : number of starting reads in the region |
ff |
Mapped read coordinates data.frame with the following column names : 5end (has to be the first column), str, sum_freq. 5end : 5' positions of mapped reads str : strain sum_freq : number of mapped reads with the corresponding 5' position and strand |
A data.frame containing the merged start regions with the same columns than the tot2 data.frame
Simon Leonard
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.