Skip to content

Code for the MCB chapter in "Immuno-oncology and immunotherapy" (Plattner et al. 2024)

Notifications You must be signed in to change notification settings

icbi-lab/plattner_mcb_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plattner_mcb_2024

       

       

Jupyternotebook for analysing single-cell TCR repertoires and gene expression from the demo data set "Human TCR/BCR Full Length Demo Data" provided by BD (https://scomix.bd.com/hc/en-us/articles/4424059302157-Rhapsody-TCR-BCR-Full-Length-Demo-Dataset).

Environment setup and software installation

Clone the repo

git clone https://github.com/icbi-lab/plattner_mcb_2024.git

Unzip the data

$ cd plattner_mcb_2024
$ cd data
$ unzip demo_data.zip

Setup conda environment

$ conda create -n plattner_mcb_2024 python==3.9
$ conda activate plattner_mcb_2024

$ pip install anndata==0.10.8
$ pip install muon==0.1.6
$ pip install numpy==2.0.2
$ pip install pandas==2.2.3
$ pip install scanpy==1.10.3
$ pip install scirpy==0.17.2
$ pip install matplotlib==3.9.4
$ pip install seaborn==0.13.2
$ pip install ipykernel==6.29.5
$ pip install ipywidgets==8.1.5

$ python -m ipykernel install --user --name plattner_mcb_2024 --display-name "plattner_mcb_2024"

About

Code for the MCB chapter in "Immuno-oncology and immunotherapy" (Plattner et al. 2024)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published