Description Usage Arguments Value Examples
View source: R/save_bw_to_rdata.R
save bw files as GRanges in .RObject
1 | save_bw_rda(bw_files_dir, pattern = NULL)
|
bw_files_dir |
Absolute path of bw or bdg files. Files should end with
extension |
pattern |
A vector of pattern to replace from the bw or bedgraph file
names. Suitable for long names, can be either a defined pattern or
"default" pattern or NULL. |
.rda for each bw/ bdg file input
1 2 3 4 5 6 | ## Not run:
save_bw_rda(bw_files_dir=".", pattern="default")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.