diff --git a/DESCRIPTION b/DESCRIPTION index d3916661..76b6cafe 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,8 +6,8 @@ Authors@R: c( person("Aaron", "Lun", role = c("aut", "ctb"), email="infinite.monkeys.with.keyboards@gmail.com"), person("Quin", "Wills", role=c("aut"), email="qilin@quinwills.net"), person("Vladimir", "Kiselev", role=c("ctb"), email="vk6@sanger.ac.uk")) -Version: 1.13.7 -Date: 2019-06-13 +Version: 1.13.8 +Date: 2019-06-21 License: GPL-3 Title: Single-Cell Analysis Toolkit for Gene Expression Data in R Description: A collection of tools for doing various analyses of diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 78b536e6..83810f12 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -10,6 +10,7 @@ \item Added runColDataPCA() function for running PCA on colData(). Switch outlier detection strategy to avoid mvoutlier's dependency tree. \item Pass all ... options to biomaRt::useMart() in getBMFeatureAnnos(). + \item Added name= arguments to runPCA(), etc. to change the name of the output reducedDim. } }