Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ For more information about `AlexsLemonade/scpca-nf` versions, please see [the re
<!-- PUT THE NEW CHANGELOG ENTRY RIGHT BELOW THIS -->
<!-------------------------------------------------->

## TODO: ADD DATE

* Consensus cell types have been updated to fix a minor bug in assigning labels.
Previously, if two out of three methods (`SingleR`, `CellAssign`, and `SCimilarity`) agreed but the third method was unable to classify a cell, the consensus cell type was incorrectly classified as `Unknown`.
The consensus cell types have been updated so that if two out of three methods agree the consensus cell type is assigned with the appropriate label using an ontology-based approach, regardless of whether or not the third method is able to classify the cell.
* See the {ref}`documentation on cell type annotation<processing_information:cell type annotation>` for more information on how consensus cell type are assigned.
* See the {ref}`the single-cell gene expression file contents page<sce_file_contents:singlecellexperiment cell metrics>` page for more information on where to find cell type annotations in the processed objects.
* The `infercnv_success` status previously reported in the metadata of `SingleCellExperiment` objects and `uns` of `AnnData` objects has been renamed as `infercnv_status` .
For more information, see {ref}`the single-cell gene expression file contents page<sce_file_contents:singlecellexperiment cell metrics>`.

## 2026.01.08

* Data on the Portal can now be downloaded in three different ways:
Expand Down