# NOT RUN {
# We use the preloaded maf file example_maf_data
# Now we make a mutation matrix
table <- get_table_from_maf(example_maf_data$maf, sample_list = paste0("SAMPLE_", 1:100))
print(names(table))
print(table$matrix[1:10,1:10])
print(table$col_names[1:10])
# }
Run the code above in your browser using DataLab