Skip to contents

Map column names of mutation data to default column names. A utility function that renames columns of mutation data to default columns names.

Usage

rename_columns(data, column_map = op$column)

Arguments

data

mutation data

column_map

a list that maps synonymous column names to their default.

Value

the mutation data with column names changed to match default.