View source: R/functions_misc.R
get_feature_file_load_function | R Documentation |
get_feature_file_load_function
get_feature_file_load_function(feature_files)
feature_files |
list of appropriate functions for loading feature_files.
feature_files = dir(system.file("extdata", package = "ssvQC"), pattern = "bed$|Peak$", full.names = TRUE)
load_FUNs = get_feature_file_load_function(feature_files)
all_loaded = lapply(feature_files, function(f){
get_feature_file_load_function(f)[[1]](f)[[1]]
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.