Description Usage Arguments Details Value Examples
View source: R/write_profile.R
Write several SNV profiles to file for later re-use.
1 | write_profiles(profile_list, format = "TXT", directory = "./")
|
profile_list |
The SNV profiles to be written (list). |
format |
The desired file format (character). |
directory |
The directory to write to (path). |
This is a wrapper function for writing multiple SNV profiles present in a directory (and its sub-directories in recursive mode).
None; writes to disk only.
1 2 3 4 5 6 7 | # Load test profiles
data(test_profile_1)
data(test_profile_2)
profiles <- list(test_profile_1, test_profile_2)
# Write test profile to file
write_profiles(profiles, format = "TXT", directory = "./")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.