keysToNames {TRONCO} | R Documentation |
Convert colnames/rownames of a matrix into intelligible event names, e.g., change a key G23 in 'Mutation KRAS'. If a name is not found, the original name is left unchanged.
keysToNames(x, matrix)
x |
A TRONCO compliant dataset. |
matrix |
A matrix with colnames/rownames which represent genotypes keys. |
The matrix with intelligible colnames/rownames.
data(test_model) adj_matrix = as.adj.matrix(test_model, events=as.events(test_model)[5:15,])$capri_bic keysToNames(test_model, adj_matrix)