R/solvers.R
getMatchedPathwayMat2.RdFilters gene-by-pathway annotation matrices to retain only pathways
with sufficient overlap with a given gene set. The result is a sparse matrix
aligned to new.genes, combining all inputs column-wise.
getMatchedPathwayMat2(..., new.genes, min.genes = 10)A sparse matrix with rows = new.genes and columns =
filtered pathways from all inputs.