File size: 612 Bytes
353129b
f137caa
353129b
776721c
353129b
 
 
 
 
 
 
 
 
 
f137caa
353129b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
def column_mappings():

    column_names_short = {
    'rvpnot': 'ratio_variants_per_number_of_traces',
    'rmcv': 'ratio_most_common_variant',
    'tlcv': 'trace_len_coefficient_variation',
    'mvo': 'mean_variant_occurrence',
    'enve': 'epa_normalized_variant_entropy',
    'ense': 'epa_normalized_sequence_entropy',
    'eself': 'epa_sequence_entropy_linear_forgetting',
    'enself': 'epa_normalized_sequence_entropy_linear_forgetting',
    'eseef': 'epa_sequence_entropy_exponential_forgetting',
    'enseef': 'epa_normalized_sequence_entropy_exponential_forgetting'
    }

    return column_names_short