View source: R/GetNearbyGenes.R
calcDistNearestTSS | R Documentation |
Idea For a given region R linked to X genes G merge R with nearest TSS for G (multiple) this will increse nb of lines i.e R1 - G1 - TSS1 - DIST1 R1 - G1 - TSS2 - DIST2 To vectorize the code: make a granges from left and onde from right and find distance collapse the results keeping min distance for equals values
calcDistNearestTSS(links, TRange, tssAnnot)
links |
Links to calculate the distance |
TRange |
Genomic coordinates for Tartget region |
tssAnnot |
TSS annotation |
dataframe of genomic distance from TSS
Tiago C. Silva
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.