Description Usage Arguments Value
View source: R/convert_methy_format.R
Convert methylation calls to NanoMethViz format
1 2 3 4 5 6 | convert_methy_format(
input_files,
output_file,
samples = fs::path_ext_remove(fs::path_file(input_files)),
verbose = TRUE
)
|
input_files |
the files to convert |
output_file |
the output file to write results to |
samples |
the names of samples corresponding to each file |
verbose |
TRUE if progress messages are to be printed |
invisibly returns the output file path, creates a tabix file (.bgz) and its index (.bgz.tbi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.