View source: R/file_format_io.R
write_narrowPeak | R Documentation |
This function takes a GRanges of the kind returned by
read_narrowPeak()
and writes it back to a file.
write_narrowPeak(x, file, ...)
x |
A GRanges or data frame containing the all appropriate columns for a narrowPeak file. In addition to the normal BED columns, it must contain columns named "signalValue", "pValue", "qValue", and "summit". |
file |
The file name to write to. |
... |
Additional arguments are passed to If some of the required columns are not available (e.g. from a peak caller that does not report a summit), you can fill in the unavailable columns with NA. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.