Description Usage Arguments Value
This function generates heuristic distribution of short reads around binding sites which do not need to deconvolve, 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. It plots this kernel.
Also it calculates FRiPs (Fraction of Reads in Peaks) for each
ChIP-seq and returns it. FRiPs and kernel distributions are measures of goodness of ChIP-seq experiments and selected motifs.
1 2 3 4 5 6 7 | deriveHeuristicBindingDistribution(
chipSeq,
averageBindings,
windowSize,
acceptedRegionsOutputFile = "BindingRegions",
currentDir
)
|
chipSeq |
ChIP-seq aligned 1nt short reads |
averageBindings |
expected short reads number aligned to a random location of genes of given size |
windowSize |
Window size around binding site. The total region would be 2*windowSize+1 |
acceptedRegionsOutputFile |
Accepted binding regions |
currentDir |
Directory for I/O operations |
FRiPs Fraction of Reads in Peaks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.