Skip to content

Commit a132184

Browse files
authored
Merge pull request #487 from AlexsLemonade/allyhawkins/consensus-fix-changelog
Changelog for updates to consensus
2 parents 7a19095 + a1ebac2 commit a132184

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ For more information about `AlexsLemonade/scpca-nf` versions, please see [the re
1212
<!-- PUT THE NEW CHANGELOG ENTRY RIGHT BELOW THIS -->
1313
<!-------------------------------------------------->
1414

15+
## TODO: ADD DATE
16+
17+
* Consensus cell types have been updated to fix a minor bug in assigning labels.
18+
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`.
19+
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.
20+
* See the {ref}`documentation on cell type annotation<processing_information:cell type annotation>` for more information on how consensus cell type are assigned.
21+
* 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.
22+
* The `infercnv_success` status previously reported in the metadata of `SingleCellExperiment` objects and `uns` of `AnnData` objects has been renamed as `infercnv_status` and now contains a string instead of boolean value.
23+
For more information on the contents of this value, see {ref}`the single-cell gene expression file contents page<sce_file_contents:singlecellexperiment cell metrics>`.
24+
1525
## 2026.01.08
1626

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

0 commit comments

Comments
 (0)