.clean_and_check_cols | R Documentation |
Checks genomic input file columns to ensure column names are correct
.clean_and_check_cols(
df_to_check,
required_cols = c("sample_id", "hugo_symbol")
)
df_to_check |
Raw maf dataframe containing alteration data |
required_cols |
A character specifying names of columns to check |
a corrected maf file or an error if problems with maf
gnomeR:::.clean_and_check_cols(df_to_check = gnomeR::mutations)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.