Skip to content

Commit ca0162a

Browse files
Merge pull request #361 from AlexsLemonade/development
Merge cell count and fusion nomenclature-related changes to `main`
2 parents 36e8ede + 1442f63 commit ca0162a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

components/dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ basepairs
1313
benchmarking
1414
Bioinformatics
1515
bioRxiv
16+
Bruford
1617
cDNA
1718
cellhash
1819
cellhashing

docs/CHANGELOG.md

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

15+
## 2024.10.14
16+
17+
* Some cell count-related fields in downloadable metadata have changed.
18+
* `sample_cell_count_estimate` has been removed from downloads for non-multiplexed samples.
19+
* A new field that indicates the estimated number of cells from a sample for a given library—`demux_sample_cell_estimate`—has been added to downloadable metadata for multiplexed samples.
20+
This replaces the `sample_cell_estimate` field, which has been removed.
21+
* Fusion nomenclature has been standardized using the double colon recommendation from the HUGO Gene Nomenclature Committee ([Bruford et al. 2021](https://doi.org/10.1038/s41375-021-01436-6)) in downloadable metadata.
22+
1523
## 2024.10.01
1624

1725
* You can now use a `Copy Download Link` button to get download links for projects on the ScPCA Portal.

docs/download_files.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ Each row corresponds to a unique sample/library combination and contains the fol
121121
| `technology` | 10x kit used to process library |
122122
| `total_reads` | Total number of reads processed by `salmon` |
123123
| `mapped_reads` | Number of reads successfully mapped |
124-
| `sample_cell_count_estimate` | Total number of cells found in the filtered object for all libraries from a given sample |
125124
| `unfiltered_cells` | Total number of cells detected by `alevin-fry` |
126125
| `filtered_cell_count` | Number of cells after filtering with `emptyDrops` |
127126
| `filtered_cells` | Number of cells after filtering with `emptyDrops`. Only present for multiplexed libraries |
@@ -183,7 +182,7 @@ Because we do not perform demultiplexing to separate cells from multiplexed libr
183182
For more on the specific contents of multiplexed library `SingleCellExperiment` objects, see the {ref}`Additional SingleCellExperiment components for multiplexed libraries <sce_file_contents:additional singlecellexperiment components for multiplexed libraries>` section.
184183

185184
The [metadata file](#metadata) for multiplexed libraries (`single_cell_metadata.tsv`) will have the same format as for individual samples, but each row will represent a particular sample/library pair, meaning that there may be multiple rows for each `scpca_library_id`, one for each `scpca_sample_id` within that library.
186-
In addition, an estimate of the total number of cells for each sample after demultiplexing will be found in the `sample_cell_estimate` (as opposed to the `sample_cell_count_estimate` column used for non-multiplexed samples).
185+
In addition, the `demux_sample_cell_estimate` column will contain an estimate of the number of cells from the sample in the library (after demultiplexing) in the sample/library pair.
187186

188187

189188
## Merged object downloads

0 commit comments

Comments
 (0)