Parse bedpaths as file based path.

parse_bedpath(bedpaths, pattern = ".bed")

Arguments

bedpaths

The vector contains the paths of bed files, can be dir_path.

pattern

The suffix of the bed files. Default: '.bed'.

Value

A vector which contains parsed file based paths

Examples

parse_bedpath(c('./Encode_bed', './peak/xxx.bed','./peak/zzz.bed'))
#> NULL