Some functions/methods return dataframes whose columns have a similar meaning. For instance, simulate_seq() returns a dataframe having the column chr_pos reporting the first position of a mutation in a chromosome, while the dataframe returned by PhylogeneticForest$get_driver_mutations() has a column start with the same goal.
All the column having the same meaning should also have the same name.
Some functions/methods return dataframes whose columns have a similar meaning. For instance,
simulate_seq()returns a dataframe having the columnchr_posreporting the first position of a mutation in a chromosome, while the dataframe returned byPhylogeneticForest$get_driver_mutations()has a columnstartwith the same goal.All the column having the same meaning should also have the same name.