powered by
Visualize top genes associated with principal components
VizICA(object, ics.use = 1:5, num.genes = 30, use.full = FALSE, font.size = 0.5, nCol = NULL, do.balanced = FALSE)
Seurat object
Number of ICs to display
Number of genes to display
Use full ICA (i.e. the projected ICA, by default FALSE)
Font size
Number of columns to display
Return an equal number of genes with both + and - IC scores. If FALSE (by default), returns the top genes ranked by the score's absolute values
Graphical, no return value
# NOT RUN { pbmc_small <- RunICA(object = pbmc_small, ics.compute = 25, print.results = FALSE) VizICA(object = pbmc_small) # }
Run the code above in your browser using DataLab