View source: R/genomics.df.long.R
genomics.df.long | R Documentation |
'genomics.df.long()' wrangles and processes genomics data from a REDCap project that has incorporated the Genomics Instrument. This allows for expedited analysis of patient-level data from REDCap. Genetic alterations are listed in long format.
genomics.df.long(data)
data |
tibble or data frame |
A tibble containing record_id, lesion_tag_genomics, genomics_tissue_type, gene, nucleotide, protein, cnv_yn with the gene arranged in long format
# Create a new DF with sample data set BodyMap::mock_mcc_dataset %>% genomics.df.long()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.