powered by
Return a list of genes with the strongest contribution to a set of principal components
PCTopGenes(object, pc.use = 1, num.genes = 30, use.full = FALSE, do.balanced = FALSE)
Seurat object
Principal components to use
Number of genes to return
Use the full PCA (projected PCA). Default is FALSE
Return an equal number of genes with both + and - PC scores.
Returns a vector of genes
# NOT RUN { pbmc_small PCTopGenes(object = pbmc_small, pc.use = 1) # After projection: PCTopGenes(object = pbmc_small, pc.use = 1, use.full = TRUE) # }
Run the code above in your browser using DataLab