Description Usage Arguments Value
distance_map calculate the distance to the nearest 5' or 3' end.
| 1 2 | distance_map(query_gr, subject_gr, end = c("five", "three"),
  maximum_distance = 2000, standardize = T)
 | 
| query_gr | The query GRanges. | 
| subject_gr | The subject GRanges. | 
| end | Can be "five" or "three", indicating the distance to the five prime end or three prime end. | 
| maximum_distance | The maximum distance returned, the un-defined distances are set to this value also, default is 2000. | 
| standardize | wheather standardize the output distance, i.e. minus the means and dividing the standard deviations. | 
a vector of mapped distances with the length equal to query_gr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.