Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keller-mark/organotropism
https://github.com/keller-mark/organotropism
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/keller-mark/organotropism
- Owner: keller-mark
- Created: 2021-02-13T21:06:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T15:19:28.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T06:22:04.963Z (2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Prediction of metastasis target site using ligand-receptor co-expression (human cancer cell lines in vitro and healthy organs in vivo)
- How accurately can metastasis target sites be predicted given co-expression of ligands and receptors between human cancer cell lines and healthy mouse tissues?
- Can a "lower bound" be placed on the seed-and-soil hypothesis (Paget 1889)?
- Obviously, there are many other factors to consider besides the ligand-receptor interactions between circulating cancer cells and healthy tissues. If a more complex model is able to take into account factors such as age, physical forces, vasculature (blood and lymphatic), metabolic differences, etc. how much does each factor improve prediction accuracy?## Set up environment
```sh
conda env create -f environment.yml
conda activate lr-envpyensembl install --release 100 --species homo_sapiens
``````R
install.packages(c("BiocManager", "devtools", "reticulate", "Seurat", "jsonlite", "pheatmap", "viridis"))
BiocManager::install(c("LoomExperiment", "SingleCellExperiment", "DESeq2"))
devtools::install_github("HelenaLC/muscat")
devtools::install_github("cellgeni/sceasy")
```## Run pipeline
```sh
snakemake -j 1
```## Edit a notebook in the pipeline
```sh
./edit_nb.py -s coexpression.h5ad
# or
snakemake -j 1 --edit-notebook data/intermediate/coexpression/Kidney.coexpression.h5ad
```## Resources
- [Tabula muris](https://tabula-muris.ds.czbiohub.org/): 20 organs and tissues from mouse
- [Human Cell Atlas data portal](https://data.humancellatlas.org/explore/projects/e0009214-c0a0-4a7b-96e2-d6a83e966ce0/expression-matrices?catalog=dcp2)
- Zhang et al. Cell 2013: "The evidence supports a model in which a TN tumor stroma rich in mesenchymal cytokines CXCL12 and IGF1 skews the carcinoma population toward a preponderance of clones with a high level of activated Src and a predisposition to grow in the bone marrow, a soil that is rich in CXCL12 and IGF1 compared to lung, brain, and other metastasis target tissues"
- task: explore tabula muris to determine whether mouse bone marrow data seems to have this property as well- [MetMap downloads](https://depmap.org/metmap/data/index.html)
- [Cancer cell line encyclopedia (CCLE)](https://portals.broadinstitute.org/ccle)
- [CellPhoneDB](https://www.cellphonedb.org/)