View source: R/get_mappgene_data.R
read_mappgene_data | R Documentation |
Load the mappgene data into a tibble
read_mappgene_data(
path,
workflow = c("ivar", "lofreq"),
sample_cleanup = "LLNL_"
)
path |
The path to the folder with the .ivar.snpSIFT.txt and .ivar.lofreq.snpSIFT.txt files. |
workflow |
The mappgene workflow type(s). Accepts a single string, or a vector of both "ivar" and "lofreq". |
sample_cleanup |
Additional text to remove from the sample names. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.