Description Usage Arguments Value Examples
get_file2tab
Scan txt files and extract information into a data.frame.
| 1 | get_file2tab(files, features, replace = T)
 | 
| files | Full names of the files to scan [vector]. | 
| features | Unique features for grep to search [vector]. | 
return Extracted values [data.frame].
| 1 2 3 | files <- list.files(path = dir, pattern = fileptn, full.names = TRUE)
features <- c("C methylated in CHH context")
get_file2tab(files, features, replace=T )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.