Description Usage Arguments Value
Gets motif locations and related short reads and select the motifs which are non-skewed: abs(skewness) < 0.3 and more short reads binds closer to site, and show strong binding after decomposition.
Decomposition is performed by using mixtools normalmixEM command fixing mu as motif locations.
1 2 3 4 5 6 7 | decomposeBindingSignal(
windowSize,
replicateNumber,
acceptedRegionsOutputFile = "BindingRegions",
acceptedMotifsOutputFile = "BindingMotifsTable",
currentDir
)
|
windowSize |
Window size around binding site. The total region would be 2*windowSize+1 |
replicateNumber |
experiment replicate number |
acceptedRegionsOutputFile |
File name contains binding regions coordinates and related motifs |
acceptedMotifsOutputFile |
File name contains motifs coordinates and related information, Pvalue, FE, etc |
currentDir |
Directory for I/O operations |
motifStatistics Ratio of accepted motifs, rejected motifs due to skewnewss, and rejected motifs after decomposition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.