Description Usage Arguments Value
View source: R/annotate_deaminations.R
annotate_deaminations
exports ideafix variant classification results to a text file. It either writes them to a new tsv file or appends them to the input vcf file provided to ideafix.
1 2 3 4 5 6 7 | annotate_deaminations(
classification,
format = "tsv",
outfolder = ".",
outname = "ideafix_labels",
vcf_filename = NULL
)
|
classification |
tibble containing the classification generated by |
format |
character string indicating the output file format. Can be "tsv" or "vcf". Defaults to "tsv". |
outfolder |
character string naming the folder to write the file to. Defaults to current working directory ( |
outname |
character string naming the output filename. Defaults to "ideafix_labels.txt" or "ideafix_labels.vcf", depending on |
vcf_filename |
optional character string, only needed if |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.