View source: R/functions_misc.R
guess_feature_file_format | R Documentation |
Check if feature file has a common format. ie. narrowPeak, broadPeak, or bed.
guess_feature_file_format(feature_files)
feature_files |
A feature or interval file path. A vector of multiple files is acceptable. |
A character vector describing each entry in feature_files.
feature_files = dir(system.file("extdata", package = "ssvQC"), pattern = "bed$|Peak$", full.names = TRUE)
guess_feature_file_format(feature_files)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.