Skip to content

Commit

Permalink
Reoxygenated, updated NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed May 25, 2019
1 parent 9e1fea0 commit fd26236
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 33 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export(plotScater)
export(plotTSNE)
export(plotUMAP)
export(readSparseCounts)
export(runColDataPCA)
export(runDiffusionMap)
export(runMDS)
export(runTSNE)
Expand Down Expand Up @@ -80,7 +81,6 @@ importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpmapply)
importFrom(BiocParallel,bpnworkers)
importFrom(BiocSingular,ExactParam)
importFrom(BiocSingular,IrlbaParam)
importFrom(BiocSingular,runPCA)
importFrom(DelayedArray,DelayedArray)
importFrom(DelayedArray,sweep)
Expand Down
2 changes: 2 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
\item Removed deprecated dplyr verbs.
\item Removed deprecated method= option in runPCA().
Increased ncomponents= default to 50.
Deprecated use_coldata= and related options in favour of runColDataPCA().
\item Added runColDataPCA() function for running PCA on colData().
\item Pass all ... options to biomaRt::useMart() in getBMFeatureAnnos().
}
}
Expand Down
76 changes: 76 additions & 0 deletions man/runColDataPCA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 17 additions & 32 deletions man/runPCA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd26236

Please sign in to comment.