Extend matrix to include new columns in matrix
Extend matrix to include new columns in matrix
extendMatrix(mtx, col.names)
mtx |
Matrix |
col.names |
Columns that should be included in matrix |
Matrix with new columns but rows retained
library(dplyr) geneUnion <- lapply(conosClusterList, colnames) %>% Reduce(union, .) extendMatrix(conosClusterList[[1]], col.names=geneUnion)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.