|
64 | 64 | \item Fix epic deconvolution when using DelayedMatrix |
65 | 65 | \item Allow as_SummarizedExperiment with multiple columns identifiers for .sample and .feature |
66 | 66 | }} |
| 67 | + |
| 68 | +\section{Changes in version 2.0.0, Bioconductor 3.19 Release}{ |
| 69 | +\itemize{ |
| 70 | + \item Major refactoring to improve code maintainability and performance. This included the removal of all tbl methods in favor of SummarizedExperiment-based approaches. |
| 71 | + \item Replace deprecated pipe operator \%>\% with native |> operator for improved readability |
| 72 | + \item Refactor functions to use explicit function definitions instead of dplyr pipes |
| 73 | + \item Remove deprecated \code{action} parameter from multiple functions |
| 74 | + \item Remove deprecated \code{as_data_frame} function and clean up related code |
| 75 | + \item Remove all tbl methods in favor of SummarizedExperiment-based approaches |
| 76 | + \item Remove deprecated \code{.sample} and \code{.transcript} parameters from various methods |
| 77 | + \item Deprecate \code{.transcript} parameter in \code{aggregate_duplicates} and introduce \code{feature} parameter |
| 78 | + \item Add \code{feature_column} parameter to \code{deconvolve_cellularity} function |
| 79 | + \item Add \code{keep_integer} functionality to \code{aggregate_duplicates} |
| 80 | + \item Add \code{get_X_cibersort} function and update \code{deconvolve_cellularity} for improved reference handling |
| 81 | + \item Add \code{scale_x_log10_reverse} and \code{scale_y_log10_reverse} functions for enhanced axis transformations |
| 82 | + \item Add \code{formula_design} parameter to \code{identify_abundant} and \code{keep_abundant} methods |
| 83 | + \item Add \code{minimum_count_per_million} parameter to abundance-related methods |
| 84 | + \item Add \code{cores} parameter for dynamic specification of CPU cores during execution |
| 85 | + \item Add comprehensive tests for various functions in the analysis pipeline |
| 86 | + \item Add \code{filterByExpr} function and update methods to support \code{minimum_count_per_million} |
| 87 | + \item Enhance \code{as_SummarizedExperiment} function and deprecate \code{test_stratification_cellularity} |
| 88 | + \item Enhance parameter handling and deprecation warnings in abundance-related methods |
| 89 | + \item Enhance gene enrichment and testing functions for improved robustness and clarity |
| 90 | + \item Enhance \code{aggregate_duplicates} function to robustly handle numeric columns |
| 91 | + \item Update core functions to utilize dynamic core detection |
| 92 | + \item Update functions to use metadata instead of internals for better data handling |
| 93 | + \item Update differential analysis functions and documentation |
| 94 | + \item Update package dependencies and improve documentation |
| 95 | + \item Update examples and documentation to utilize the airway dataset |
| 96 | + \item Update vignettes to replace \code{.contrasts} with \code{contrasts} parameter |
| 97 | + \item Update vignettes to replace tidyverse with specific dplyr, tidyr, tibble, and purrr libraries |
| 98 | + \item Update README and documentation for clarity and completeness |
| 99 | + \item Fix CHECK issues and improve package validation |
| 100 | + \item Fix image paths in vignettes and README for better compatibility |
| 101 | + \item Remove logo image inclusion from vignettes for cleaner presentation |
| 102 | + \item Remove obsolete figures and streamline content |
| 103 | + \item Remove deprecated warnings and redundant messages |
| 104 | + \item Several bug fixes and optimizations |
| 105 | +}} |
0 commit comments