-
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.
Merge pull request #2 from spriyansh/multi_lineage
v0.04
- Loading branch information
Showing
51 changed files
with
2,003 additions
and
497 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
## scMaSigPro 0.0.4 (2024-07-30) | ||
|
||
* Dependency Changes | ||
* Removed hard dependency on `RColorConesa` and `ComplexUpset`. | ||
* Removed `assertthat`, `stringr` from namespace. | ||
* Removed `maSigPro::position` from namespace. | ||
|
||
* Plotting Updates | ||
* Updated plot functions to use a custom palette. | ||
* Updated `plotTrendCluster` function for distinct layers. | ||
* Enhanced `plotIntersect()` with return capabilities. | ||
* Enhanced `plotTrend` with curves, lines, and points. | ||
* Updated ordering by frequency in `UpsetR`. | ||
|
||
* Function Updates | ||
* Added `clean_string()` internal function. | ||
* Added `sc.restruct()` function. | ||
* Exported `pb_helpers()`. | ||
|
||
* Documentation Updates | ||
* General code styling. | ||
* Updated README with citation information. | ||
* Single comprehensive data documentation. | ||
* Added a new vignette. | ||
|
||
* Bug Fixes | ||
* Removed `patchwork` call. | ||
|
||
## scMaSigPro 0.0.3 (2024-03-3) | ||
|
||
* Bug fixes | ||
* `eSparse()` and `eDense()` indexes | ||
* Removed the ComplexUpset error due to ggplot 3.5.0. | ||
|
||
* Remove Package Dependence | ||
* SummarizedExperiment | ||
* ComplexUpset | ||
|
||
* Package Suggestions Added | ||
* Patchwork | ||
* ComplexUpset | ||
* UpSetR | ||
|
||
* Updated Test cases | ||
* Functionality of `eSparse()` and `eDense()` | ||
* Testing `sc.squeeze()` against manual pseudo-bulking | ||
|
||
## scMaSigPro 0.0.1 (2023-12-20) | ||
|
||
* Initial Github release. |
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.