################################################################################## # # Mark Cembrowski, Janelia Research Campus, Apr 10 2018 # # This script plots out projections onto principal components.. # ################################################################################## doPca <- function(seuratObj,pcX=1,pcY=2){ thePCA <- PCAPlot(scSeurat,dim.1=pcX,dim.2=pcY) }