Analyze bam files with csaw and produces corresponding graphs.
1 2 | csaw_analyze(correspondances, reference, genome.build,
output.dir = "csaw_output/", threshold = 3, save.plots = TRUE)
|
correspondances |
A data frame with two columns:
|
reference |
The name of the reference factor. |
genome.build |
The name of the chosen annotation ("hg38", "hg19", "mm9", "mm10"). |
output.dir |
The name of the directory where to save the files and graphs. |
threshold |
The threshold to consider while filtering data. |
save.plots |
Should plots and files created by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.