ChromaBlocks | R Documentation |
This function discovers regions of enrichment in ChIP-seq data, using the method described in Hawkins RD. et al 2010 Cell Stem Cell.
## S4 method for signature 'GRangesList,GRangesList'
ChromaBlocks(rs.ip, rs.input, organism, chrs, ipWidth=100, inputWidth=500, preset=NULL, blockWidth=NULL, minBlocks=NULL, extend=NULL, cutoff=NULL, FDR=0.01, nPermutations=5, nCutoffs=20, cutoffQuantile=0.98, verbose=TRUE, seq.len=NULL)
rs.ip |
A |
rs.input |
A |
organism |
The |
chrs |
An |
ipWidth |
Size in basepairs of the windows to use for the IP samples |
inputWidth |
Size in basepairs of the windows to use for the Input samples |
preset |
Either "small", "large" to use cutoffs described in Hawkins et al or |
blockWidth |
Number of adjacent blocks to consider at once |
minBlocks |
The minimum number of blocks required above |
extend |
Optional: whether to extend significant blocks until adjacent blocks are less than this value |
cutoff |
Optional: the cutoff to use to call regions. If left as |
FDR |
The target False Discovery Rate; If |
nPermutations |
The number of permutations of the data to determine the |
nCutoffs |
The number of different cutoffs to try to satisfy the |
cutoffQuantile |
The quantile of the RPKM to use as the maximum cutoff tried; a higher value will give lower resolution but may be needed if a |
verbose |
logical, whether to output commments of the processing |
seq.len |
If sequencing reads need to be extended, the fragment size to be used |
A ChromaResults
object.
Aaron Statham
ChromaResults
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.