calcDensity | R Documentation |
Calculate density in a given region with a slide window
calcDensity(pos_info, region_info, slide_window = 1e+05)
pos_info |
tab-separated file (or a data frame) containing position information of items to calculate density, with first column being "ID", second being "Pos". File should NOT have header. |
region_info |
tab-separated file (or a data frame) containing information about the full-length region to calculate density in, with first column being "ID", second being "Start", third being "End". File should NOT have header. |
slide_window |
length of each slide window, default 100kb |
Yujie Liu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.