Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarutturkar authored Feb 2, 2024
1 parent a32be0f commit 360418e
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# NatureComm_2024_Matosevic
# Introduction:
This document describes the TCGA-GBM data analysis performed for the manuscript titled **"synNotch-programmed iPSC-derived NK cells usurp TIGIT and CD73 activities to mediate potent targeting of glioblastoma"**, published in journal **"Nature Communications"** in 2024.

# Operating System:
R version 3.5.1 (2018-07-02) on Microsoft Windows 10 Education Version 10.0.19045 Build 19045

# Installation
Install R through CRAN and then install packages listed above through CRAN or Bioconductor. Typical install time is ~20 minutes.

To install Bioconductor packages, do:
```
install.packages("BiocManager")
BiocManager::install("packageName")
```
To install R packages through CRAN:
```
install.packages("packageName")
```

# Code availability:
Please follow [this link](https://sagarutturkar.github.io/NatureComm_2024_Matosevic/) to view the R-code to download and analyze TCG-GBM data and generate figure 1G and 1H in the manuscript.

0 comments on commit 360418e

Please sign in to comment.