Creates and saves plots and tables for csaw analysis:
A plot of fragments (reads) lengths in all bam files.
A cross-correlation plot of the efficiency of the ChIP-seq data.
A zommed version of "Window size.pdf".
A histogram of the counted reads, with lines representing background and filtering.
MA plots of the effect of normalization between the first file and every others.
The best results of test.diff.binding
.
Table of the most representative windows, by "differential binding" clustering method, after the correction for multiple testing.
For each window cluster, the LogFC of the best windows, by "differential binding" clustering method, after the correction for multiple testing.
Table of the most representative windows, by "promoter-based" clustering method, after the correction for multiple testing.
For each window cluster, the LogFC of the best windows, by "promoter-based" clustering method, after the correction for multiple testing.
The zipped table of results.
1 2 3 | csaw.save.plots(list.reads.to.counts, list.reads.filter,
list.normalization.factors, results, list.multiple.testing, annotations,
output.dir)
|
list.reads.to.counts |
List returned by |
list.reads.filter |
List returned by |
list.normalization.factors |
List returned by |
results |
Results of |
list.multiple.testing |
List returned by |
annotations |
The annotations to use. |
output.dir |
The name of the directory where to save the files and graphs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.