View source: R/peakSaturation.R
peakSaturation | R Documentation |
Peak saturation with increasing number of samples
peakSaturation(
peakfiles,
fc = NA,
qval = NA,
suffix = "_peaks.narrowPeak",
cores = 8
)
peakfiles |
Character vector of peak file paths or list of GRanges object containing the peaks for each one of the different samples. |
fc |
Numeric indicating a fold-change value to filter out peaks (from column named "signalValue"). |
qval |
Numeric indicating a q-value threshold to filter out peaks (from column named "qValue"). |
suffix |
Suffix to remove from the file paths to create sample names. |
cores |
Number of threads to use for obtaining overlaps. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.