Closed LTLA closed 7 years ago
There are several things that need decisions from @davismcc:
pca_data_input="fData"
got deleted from runPCA
, as the output dimensions don't match. It would be more appropriate to write a new function for running PCA on the genes.plotTSNESCESet
, plotDiffusionMapSCESet
and plotPCASCESet
are now effectively wrappers around plotReducedDim
. A lot of code is repeated here and could be cleaned out.SingleCellExperiment
and there's no need for multiple dispatch.
Keep this PR open until I've finished refactoring:
calculateQCMetrics
nexprs
plotTSNE
,plotPCA
andplotDiffusionMap
into separate functions.The rest you'll have to do yourself.