Description Usage Arguments Details Value Examples
View source: R/write_profile.R
Write an SNV profile to a file for later re-use.
1 |
profile |
The SNV profile to be written (data frame). |
file |
The file to write to (path). |
This is a function for writing SNV profiles (created from VCF files) to disk for later re-use. Several formats are allowed, including BED, GTF, GFF and normal text files, which are automatically recognised based on the supplied filename.
None; writes to disk only.
1 2 3 4 5 | # Load test profile
data(test_profile_1)
# Write test profile to file
write_profile(test_profile_1, "test_profile_1.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.