genomics.df.unite: Create a data frame with genomic alterations listed in wide...

View source: R/genomics.df.unite.R

genomics.df.uniteR Documentation

Create a data frame with genomic alterations listed in wide format with all genomic alterations in one cell

Description

'genomics.df.unite()' 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 wide format with a concatenation of genomic alterations in one cell.

Usage

genomics.df.unite(data)

Arguments

data

data frame/tibble

Value

A data frame with the list of genes altered in a single cell

Examples

# Create a new DF with sample data set
BodyMap::mock_mcc_dataset %>%
  genomics.df.unite()


TheMillerLab/BodyMapR documentation built on April 4, 2022, 5:10 a.m.