get_significance_vectors {scITD} | R Documentation |
Get vectors indicating which genes are significant in which cell types for a factor of interest
Description
Get vectors indicating which genes are significant in which cell types for a factor of interest
Usage
get_significance_vectors(container, factor_select, ctypes)
Arguments
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
factor_select |
numeric The factor to query |
ctypes |
character The cell types used in all the analysis ordered as they appear in the loadings matrix |
Value
A list of the adjusted p-values for expression of each gene in each cell type in association with a factor of interest.
[Package scITD version 1.0.4 Index]