dot-clean_and_check_cols: Checks genomic input file columns to ensure column names are...

.clean_and_check_colsR Documentation

Checks genomic input file columns to ensure column names are correct

Description

Checks genomic input file columns to ensure column names are correct

Usage

.clean_and_check_cols(
  df_to_check,
  required_cols = c("sample_id", "hugo_symbol")
)

Arguments

df_to_check

Raw maf dataframe containing alteration data

required_cols

A character specifying names of columns to check

Value

a corrected maf file or an error if problems with maf

Examples

gnomeR:::.clean_and_check_cols(df_to_check = gnomeR::mutations)


AxelitoMartin/gnomeR documentation built on March 23, 2024, 3:07 a.m.