Skip to content

Commit a9ea259

Browse files
authored
Merge pull request #212 from CRI-iAtlas/develop
Merge v1.4.1
2 parents ff729e9 + 7436d39 commit a9ea259

9 files changed

Lines changed: 12 additions & 6 deletions

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
.Rhistory
44
.Rproj.user
55
*~
6-
data/io*
7-
rsconnect/
8-
data/io/*
6+
rsconnect/

data/io/categories_df.feather

4.24 KB
Binary file not shown.

data/io/datasets_io_df.feather

3.25 KB
Binary file not shown.

data/io/feature_io_df.feather

13.7 KB
Binary file not shown.

data/io/fmx_io.feather

418 KB
Binary file not shown.

data/io/im_expr_io.feather

417 KB
Binary file not shown.

data/io/io_sample_group_df.feather

11.3 KB
Binary file not shown.

modules/ioresponseoverviewmodule.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ ioresponseoverview_UI <- function(id){
2828
),
2929
downloadButton(ns('download_metadata'), 'Download Dataset Metadata'),
3030
downloadButton(ns('download_data'), 'Download Immune Features and Clinical data'),
31-
downloadButton(ns('download_expr'), 'Download Gene Expression data')
32-
#br(),
33-
#tags$a(href="https://www.synapse.org/", "Download the complete gene expression data from Synapse")
31+
downloadButton(ns('download_expr'), 'Download Gene Expression data'),
32+
br(),
33+
tags$a(href="https://www.synapse.org/#!Synapse:syn24200710", "Download full gene expression data from Synapse")
3434
)#plotBox
3535
),
3636
sectionBox(

www/md/about.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The iAtlas portal serves as an interactive tool for exploring and analyzing immu
55
The **Cancer Research Institute (CRI) iAtlas** is an interactive web platform and set of analytic tools for studying interactions between tumors and the immune microenvironment (Eddy et al., F1000Research 2020). These tools allow researchers to explore associations between a variety of characterizations of immune response and genomic and clinical phenotypes. The initial version of CRI iAtlas was based on an analysis performed by **The Cancer Genome Atlas (TCGA) Research Network** on the TCGA data set comprising over 10,000 tumor samples and 33 tumor types (Thorsson et al., Immunity 2018). In this analysis, each tumor sample was scored for a variety of readouts for immune response, such as immune cell composition, adaptive cell receptor repertoire, neoantigen load, and expression of genes coding for immunomodulatory proteins. iAtlas allows researchers to explore these data readouts, and the relation between them in TCGA tumor types and in overarching immune subtypes identified in the study. iAtlas is being expanded to share immune characterizations from other cancer genomics consortia and now includes data on response to immunotherapy agents. CRI iAtlas is made possible through a collaboration between the **Cancer Research Institute**, **Sage Bionetworks**, the **Institute for Systems Biology**, and the **UNC Lineberger Comprehensive Cancer Center**. CRI iAtlas can be found at https://www.cri-iatlas.org.
66

77

8+
### How to Cite Us
9+
10+
Please cite the [CRI iAtlas paper](https://f1000research.com/articles/9-1028/v1) (PubMed: [33214875](https://www.ncbi.nlm.nih.gov/pubmed/33214875)) when you use the CRI iAtlas app.
11+
12+
```md
13+
Eddy JA, Thorsson V, Lamb AE, Gibbs DL, Heimann C, Yu JX, Chung V, Chae Y, Dang K, Vincent BG, Shmulevich I, Guinney J. CRI iAtlas: an interactive portal for immuno-oncology research. F1000Research 2020, 9:1028.
14+
```
15+
816
### CRI iAtlas Explorer
917

1018
The main feature of the iAtlas web tool is the **iAtlas Explorer**, which provides several *Analysis Modules* to explore and visualize results from the Immune Lanscape of Cancer. Each module presents information organized by theme, with multiple views and interactive controls to enhance and extend the information included in the original paper figures.

0 commit comments

Comments
 (0)