SIG_READ_OPTIONS
(section 2). And reads that can be aligned to annotation regions given in EXCLUDE_ANN_GFF
are excluded from enrichment analysis. Finally, we use the following steps to identify regions significantly enriched with remaining reads after filter steps.
SIG_WIN_SIZE
, e.g. 10,000) along the whole genome at fixed step (SIG_STEP_SIZE
, e.g. 5,000)
PVAL_CUTOFF
, e.g. 0.001)
There are three models that users can choose to do simulation and fit sliding window results:
For more details about these three models, please check the addNBSignificance
function in http://www.bioconductor.org/packages/2.6/bioc/html/girafe.html girafe R package [16].
In this step, three types of results are generated: figures displaying the distribution of sliding windows with different number of reads mapped and model simulation results, table files containing location, read mapping and annotation information of identified regions significantly enriched with reads, and track files in http://genome.ucsc.edu/FAQ/FAQformat.html#format1 BED format.
Chongjian Chen 2012-01-26