Releases: AlexsLemonade/scpca-docs
2026.04.16
What's Changed
- Merge changes for copy link updates to main by @allyhawkins in #500
Full Changelog: 2026.03.19...2026.04.16
2026.03.19
What's Changed
- Restore FAQ for downloading programmatically by @allyhawkins in #493
Full Changelog: 2026.02.09...2026.03.19
2026.02.09
What's Changed
- Consensus cell types have been updated to fix a minor bug in assigning labels.
- Previously, if two out of three methods (
SingleR,CellAssign, andSCimilarity) agreed but the third method was unable to classify a cell, the consensus cell type was incorrectly classified asUnknown. 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.
- Previously, if two out of three methods (
- The
infercnv_successstatus previously reported in the metadata ofSingleCellExperimentobjects andunsofAnnDataobjects has been renamed asinfercnv_statusand now contains a string instead of boolean value.
Full Changelog: 2026.01.08...2026.02.09
2026.01.08
What's Changed
- Data on the Portal can now be downloaded in three different ways:
- By selecting a single project to download.
- By creating a custom dataset with a selection of projects and/or samples.
Custom datasets are referred to asMy Dataseton the Portal. - By choosing one of the Portal-wide download options.
- Although the content of the data included in each download has not changed, the download file structures have changed.
See the Downloadable Files page for more information. - A new section of the documentation describing possible download options has been added.
- The previously named
single_cell_metadata.tsvfiles that are included with each download have been renamed tosingle-cell_metadata.tsv.
Full Changelog: 2025.12.17...2026.01.08
2025.12.17
What's Changed
This release fixes some minor typos and broken links in the documentation.
Full Changelog: 2025.12.04...2025.12.17
2025.12.04
What's Changed
Updated documentation to reflect the new features added for all data on the Portal.
- Doublet detection was run on all samples using
scDblFinder.
No doublets were filtered, but the results fromscDblFinderare present in the filtered and processed objects. - Updated cell type annotations
- All samples include cell type annotations obtained from
SCimilarity, in addition to the existing cell type annotations fromSingleRandCellAssign. - Consensus cell types have been updated to incorporate
SCimilarityresults.
If two of the three automated methods agree using an ontology-based approach, a consensus cell type is assigned.
- All samples include cell type annotations obtained from
- Cell types were annotated as part of the ongoing OpenScPCA project for
SCPCP000004(Neuroblastoma) andSCPCP000015(Ewing sarcoma).
These cell types are now included in all objects for those samples. - CNV inference was performed using
InferCNVon all samples with at least 100 non-malignant reference cells, as identified by the consensus cell types.
In addition to these new features, data from the Portal can now be downloaded programmatically using the new ScPCAr package.
Full Changelog: 2025.07.25...2025.12.04
2025.07.25
What's Changed
Added a note in the changelog about a bug fix made for merged objects available on the Portal.
Full Changelog: 2025.04.24...2025.07.25
2025.04.20
What's Changed
Added documentation describing the new columns containing consensus cell types now available in processed and merged objects on the Portal.
Full Changelog: 2025.02.20...2025.04.24
2025.02.20
Fix broken link in the Downloadable files section.
2024.11.21
Update documentation around bulk files in downloads to reflect a change that took effect earlier this year.