bb_import_seacr_peaks | R Documentation |
The function reads peaks in .bed file format produced by SEACR. Optionally add a group variable and value for later filtering or faceting when combined with other peak files.
bb_import_seacr_peaks(file, group_variable = NULL, group_value)
file |
file path to the SEACR .bed file |
group_variable |
An optional variable name for additional group metadata. PARAM_DESCRIPTION, Default: NULL |
group_value |
A value supplied to the group metadata variable. Required if group_variable is not NULL. PARAM_DESCRIPTION |
A GRanges object
read_delim
select
, mutate
makeGRangesFromDataFrame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.