powered by
Pull gene loadings matrix for specified stored dimensional reduction analysis.
GetGeneLoadings(object, reduction.type = "pca", dims.use = NULL, genes.use = NULL, use.full = FALSE)
Seurat object
Type of dimensional reduction to fetch (default is PCA)
Dimensions to include (default is all stored dims)
Genes to include (default is all genes)
Return projected gene loadings (default is FALSE)
Gene loading matrix for given reduction, cells, and genes
# NOT RUN { pbmc_small # Examine the head of the first 5 PC gene loadings head(GetGeneLoadings(object = pbmc_small, reduction.type = "pca", dims.use = 1:5)) # }
Run the code above in your browser using DataLab