Description Usage Arguments Value Examples
View source: R/gene.variants.ready.for.redcap.oncopanel.R
'gene.variants.ready.for.redcap.snapshot()' text mines a data frame a Oncopanel report so it can be imported into a REDCap "Genomics Instrument" when combined with the other functions of "genetex_to_redcap"
1 2 3 | gene.variants.ready.for.redcap.oncopanel(
data = dplyr::tibble(Results = clipboard())
)
|
data |
The data frame of the genomic report of interest, here "Oncopanel". This can be 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 two columns: "variables" (the redcap variable names) and "results" (the data to be imported in to REDCap). This data can then be combined with the outputs of the other functions of "genetex_to_redcap". That end product would then be imported into REDCap
1 2 | oncopanel_sample_report %>%
gene.variants.ready.for.redcap.oncopanel()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.