-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a32be0f
commit 360418e
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |