get_gene_set_vectors {scITD} | R Documentation |
Get logical vectors indicating which genes are in which pathways
Description
Get logical vectors indicating which genes are in which pathways
Usage
get_gene_set_vectors(container, gene_sets, tmp_casted_num)
Arguments
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
gene_sets |
character Vector of gene sets to extract genes for |
tmp_casted_num |
matrix The gene by cell type loadings matrix |
Value
A list of the logical vectors for each pathway.
[Package scITD version 1.0.4 Index]