Closed selkamand closed 2 years ago
Current tests
# Check dataframe has required names expect_named(prepped_df, expected = c('Sample', 'Gene', 'MutationType', 'Tooltip'), ignore.order = TRUE) expect_named(prepped_df_no_mutation_type, expected = c('Sample', 'Gene', 'MutationType', 'Tooltip'), ignore.order = TRUE)
Should we add test for data_id column
No. data_id for ggiraph calls will ALWAYS be the same as 'Sample' so we don't need add a column with this redundant information. Better to keep the returned dataframe as simple as possible
Current tests
Should we add test for data_id column