.GetCountsByDist | R Documentation |
Return, in a table, the counts (or proportion) of given "Positions" by distance from feature positions.
.GetCountsByDist(grangesDist, lAddCorrectedDistFrom5pTo3p = TRUE)
grangesDist |
A GRanges objects containing ranges of given "Positions" with their distance to feature positions. |
lAddCorrectedDistFrom5pTo3p |
If TRUE, the distance will be corrected to reflect 5' to 3' direction and will be stored in a new column (dist_5to3). Defaults to TRUE. |
A table objects containing "Mod" (or "Base") counts by distance to feature positions. If a "Mod" (or "Base") is within nWindowSizeAroundFeaturePos base pairs of x different feature positions: this "Mod" (or "Base") will then reported x times with the distance to each feature position.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.