View source: R/write_example_peaks.R
write_example_peaks | R Documentation |
Write example peaks datasets to disk.
write_example_peaks(
dir = file.path(tempdir(), "processed_results"),
datasets = c("encode_H3K27ac", "CnT_H3K27ac", "CnR_H3K27ac")
)
dir |
Directory to save peak files to. |
datasets |
Example datasets from EpiCompare to write. |
Named vector of paths to saved peak files.
save_paths <- EpiCompare::write_example_peaks()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.