Skip to content

Project 3

Nicolas Alcala edited this page Nov 17, 2023 · 25 revisions

Project 3: Compute a small-cell neuroendocrine score to predict cancer aggressiveness across lung cancers

Background

Small cell lung cancer is a very aggressive type of lung cancer with stem cell characteristics. Transdifferentiation--the process of transformation from one cancer type to another--toward a small cell phenotype is known to be a major route to acquiring resistance to therapy. A study (Balanis et al. Cancer Cell 2019; see graphical abstract below) has shown that tumors from other cancer types could undergo such transdifferentiation, and that the degree of small-cellness predicts important clinical characteristics such as survival.

The project aims to check whether some rare lung cancers also acquire such a small cell phenotype, by computing a transcriptomic small cell score to test whether tumors with high scores also exist in these tumor types, and test if it also correlates with survival and known molecular groups.

Data

  • weights of genes to compute stemness score
  • transcriptomic data for neuroendocrine neoplasms

Requirements

Scripting in R

Steps

  • create a function to compute the stemness score of a tumor transcriptome
  • apply the function to all neuroendocrine neoplasms
  • compare the stemness (visualisations and statistical tests) across clinical () and molecular characteristics (molecular groups)

Expected difficulties

  • data interpretation

Resources

Clone this wiki locally