Description Usage Arguments Value
This function gets heuristic distribution of short reads around binding sites, total numer of short reads and window size as number of neucleotid around binding sites.
It fits a kernel to the distribution and return the distribution as output. The total sum of returned values is equal to one.
1 | fitKernelDensity(heuristicDistribution, totalShortReads, windowSize)
|
heuristicDistribution |
Original short distribution |
totalShortReads |
Total number of short reads |
windowSize |
Window size around binding site. The total region would be 2*windowSize+1 |
kernel returns fitted kernel distribution of short reads around binding sites
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.