-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all of the C++ code to use the latest versions of all librarie…
…s. (#90) Most user-visible functionality are unchanged, with some exceptions: - Replace the ADT normalization code with the CLRm1 method. - Removed median/groupedSizeFactors() as these were only needed for ADTs. - Renamed testFeatureSetEnrichment() to testGeneSetEnrichment(). - Rotation matrices are now reported from runPca(). - Block weighting is supported in modelGeneVariances(). - Renamed clusterSnnGraph() to clusterGraph(). - Renamed scoreFeatureSet() to scoreGsdecon(). - Replaced PCA-partitioning with variance partitioning in clusterKmeans(). - Exposed options for refinement algorithm choice, iterations in clusterKmeans(). - All Suggest*FilterResults::filter() methods now return the cells to **keep**. - filterCells() now accepts a vector of cells to **keep**. - Renamed some methods to avoid unnecessary plurals, e.g., sum() instead of sums(). - Added isBlocked() methods to *Results classes with methods that accept block IDs. - Renamed all of the SingleR-related functions, for consistency. - Added asTypedArray= option to various methods/functions to allow users to choose between returning a TypedArray or TypedWasmArray. We enforce use of int32_t instead of int to avoid surprises later. We add some more tests for SingleR, especially with regards to intersection of the feature space.
- Loading branch information
Showing
115 changed files
with
4,172 additions
and
4,665 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
extern/installed | ||
build_* | ||
extern/include | ||
build_*/ | ||
docs/html/ | ||
docs/latex/ | ||
docs/built/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.