Skip to content

Commit 7e4d905

Browse files
authored
Merge pull request #234 from AlexsLemonade/sjspielman/214-malignancy-results-section
Add malignant cells results section
2 parents 0d5913b + 72e62fb commit 7e4d905

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

build/assets/custom-dictionary.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ eq
5858
et
5959
FASTQ
6060
Foltz
61+
ganglioglioma
6162
GC
6263
genomic
6364
genotype
@@ -117,6 +118,7 @@ Nextflow
117118
neuroblastoma
118119
Nozomi
119120
nozomione
121+
oligodendrocyte
120122
O'Malley
121123
OMalley
122124
openscpca
@@ -170,6 +172,7 @@ UMAP
170172
UMAPs
171173
UMI
172174
UMIs
175+
uncharacterized
173176
unicode
174177
unspliced
175178
UTHealth

content/03.results.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,32 @@ However, there is notable heterogeneity even within HGG and LGG subtypes (Figure
193193
Figure {@fig:fig4}D shows the expression of cell-type specific markers for all immune cell types, validating the assignment of various immune cell types with consensus cell types.
194194
A summary of all the consensus cell types observed in all other ScPCA samples can be found in Figure {@fig:figS6}.
195195

196+
197+
### Augmenting cell type annotations for malignant cell identification
198+
199+
Because the consensus annotations were derived from automated methods that do not specifically consider tumor cell states, they provide limited information for distinguishing malignant from normal cells.
200+
We therefore sought complementary avenues to increase the value of cell type annotations with information that can be leveraged for this purpose.
201+
202+
In parallel to developing the ScPCA Portal, we launched the OpenScPCA project [@url: https://openscpca.readthedocs.io], an open-science collaborative initiative to further characterize and analyze Portal data.
203+
Thus far, we have added manual cell type annotations for two projects, `SCPCP000004` (neuroblastoma) and `SCPCP000015` (Ewing sarcoma), to the Portal based on analyses performed in the OpenScPCA project.
204+
Figure {@fig:fig5}A displays, for example, a UMAP of all libraries in `SCPCP000004` highlighting this project's OpenScPCA annotations which were derived using the `NBAtlas` dataset as reference [@doi:10.1016/j.celrep.2024.114804].
205+
Unlike the consensus cell type annotations, the OpenScPCA project annotations distinguish between normal and malignant cells and contain far fewer uncharacterized cells.
206+
Indeed, for `SCPCP000004`, the consensus cell type procedure labeled only ~43% of cells, but the OpenScPCA project labeled ~91% of cells, thereby adding substantial value to the data.
207+
Note that the Portal's summary cell type report will include comparisons between annotations made in `scpca-nf` to OpenScPCA annotations for relevant libraries.
208+
209+
In an effort to identify potential malignant cells across all samples in the Portal, we included a step in the `scpca-nf` pipeline to run `InferCNV` [@url:https://github.com/broadinstitute/inferCNV] to quantify copy-number alterations (Figure {@fig:fig2}A).
210+
The estimates complement the consensus cell types by providing a proxy for a cell's malignant status, such that cells with high levels of CNV are more likely to be tumor than normal cells.
211+
Indeed, there is broad correspondence between malignant cells (Figure {@fig:fig5}A) and the total per-cell CNV across libraries in `SCPCP000004` (Figure {@fig:fig5}B); malignant cells tend to have higher levels of CNV, whereas normal cells tend to have lower levels of CNV.
212+
We probed this relationship further within a single neuroblastoma library, `SCPCL000130`, finding clear signatures of canonical neuroblastoma CNV events such as `1q` loss, `11q` gain, and `17p` loss [@doi:10.1038/nrdp.2016.78; @doi:10.1016/j.celrep.2024.114804; @doi:10.1158/2159-8290.CD-14-0622] within malignant cells (Figure {@fig:fig5}C).
213+
By contrast, normal cells show very few CNV events, consistent with their annotations.
214+
Most intriguingly, unknown cells show CNV event signatures more similar to the malignant cells than to the normal cells, suggesting many of these cells may indeed be malignant.
215+
216+
We also see traces of this relationship even when looking at the consensus cell types in conjunction with CNV events.
217+
In Figure {@fig:fig5}D, we show the distributions of per-cell total CNV events for the most commonly-observed consensus cell types in the neuroblastoma library `SCPCL000130`.
218+
Here, Unknown and neuron cells have distinctly higher total CNV values compared to other cell types, suggesting that they are likely to be malignant cells.
219+
We see similar patterns for the ganglioglioma library `SCPCL000049` (Figure {@fig:figS4}B-C), where consensus T cells have low total CNV values, while other cell types including oligodendrocyte precursor cells, neuron associated cells, and Unknown cells have much higher total CNV values.
220+
As such, joint information from consensus cell type annotations and `InferCNV` results may be used to identify malignant cells across libraries in the Portal, including those which do not yet have associated OpenScPCA project annotations.
221+
196222
## Analysis of bulk RNA-seq
197223

198224
Several projects in the ScPCA Portal contain bulk RNA-seq data in addition to single-cell/nuclei RNA-seq data.

0 commit comments

Comments
 (0)