Description Usage Arguments Details Value Examples
Read an SNV profile stored on disk.
1 | read_profile(file, sample_name = NULL)
|
file |
The SNV profile to be read (path). |
sample_name |
Sample name to be added; overrides profile sample if it already exists (character). |
This is a function for reading SNV profiles created from VCF files that were stored on disk.
A data frame.
1 2 3 4 5 6 7 | # Path to test data
profile = system.file("extdata",
"test_1.profile.txt.gz",
package = "seqCAT")
# Read test profile
profile <- read_profile(profile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.