Changes in version 1.2.3 (2025-10-02) - dont run Seurat::DotPlot in vignette to avoid upstream upgrade's affects Changes in version 1.2.2 (2025-09-01) - fix vignette name in package startup message Changes in version 1.2.1 (2025-08-30) - make each function do a simple task instead of integrating all to a function(check_marker, plotSeuratDot). - support using custom dataset to annotate and allow user to set the threshold(matchCellMarker2). - use more convenient input in finsert. - guess user's typo input (get_marker). - update docs and hints. - set the minimal data.table version to 1.15.0 - support generating plots for each cell type in plotSeuratDot. Changes in version 1.1.1 (2025-02-12) - support argument tissueType and tissueClass in single cell related function. - fix some typo errors in example-single-cell.R - update some miscellaneous functions. Changes in version 1.1.0 (2024-09-16) Enhancements - Artist Class: Now includes a default data argument for data exploration. All commands and results are saved, allowing users to revisit previous analyses. - Bulk RNA-seq Vignettes: Updated for better usability. - get_marker() Updates: Added extra messages when searching for undefined cells in the database, improving clarity for users. Bug Fixes - prepare_geo() Fix: Non-character ID columns in GPL data are now converted to character to prevent misinterpretation of numeric IDs. Expression data can now be read directly from supplementary files without needing to download them locally. - plotORA() Fix: Fixed an issue where the plot would fail to display a legend when mapping a variable to the fill aesthetic. Changes in version 1.0.1 (2024-09-08) - NEWS.md File: Added to document changes and updates. - macOS Compatibility: Fixed an error in uniprot_id_map() on the latest macOS during example usage. - Vignette Optimization: Vignettes have been updated and optimized for improved performance and usability.