mmr: Abstract Microsatellite data from genomic reports

Description Usage Arguments Value

View source: R/mmr.R

Description

'mmr()' provides NLP tools to text mine mismatch repair status from genomic reports and transforms it to structured data for import into REDCap

'genetex_to_redcap()' provides natural language processing tools to abstract data from a variety of genomic reports and import them to REDCap

Usage

1
mmr(data = dplyr::tibble(Results = readr::clipboard()))

Arguments

data

The data frame of the genomic report of interest. 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.

Value

a data frame with two columns: variables (the redcap variable names) and results (the data to be imported in to redcap)


TheMillerLab/genetex documentation built on Dec. 18, 2021, 4:09 p.m.