Description Usage Arguments Value Examples
View source: R/gene.variants.isolate.snapshot.R
'gene.variants.isolate.snapshot()' provides natural language processing tools to abstract genetic variants and gene names from SNaPshot reports
1 | gene.variants.isolate.snapshot(data = dplyr::tibble(Results = clipboard()))
|
data |
The data frame of a genomic report. Ideally this is information copied to the Clipboard from the EHR report by "selecting all" and then "copy". That is the default. If you don't use the clipboard function, you can use a data frame of the text file. The single column data frame should be labeled "Results". Required. |
a data frame with a column that has the gene names and variants in one cell
1 2 3 | # Test with embedded data frame "snapshot_sample_report"
snapshot_sample_report %>%
gene.variants.isolate.snapshot()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.