-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from CRI-iAtlas/add_sc_cohort_selection
Add sc cohort selection
- Loading branch information
Showing
5 changed files
with
19 additions
and
10 deletions.
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
.Rhistory | ||
.RData | ||
.Ruserdata | ||
.DS_Store | ||
.DS_Store |
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
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
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
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,6 +1,6 @@ | ||
Use this module to create your own custom cohort and to specify how cancer genomics samples are grouped and used for contrasts in iAtlas. You can also upload a file to specify the cohort and sample groups. When you are done, cohort and sample group selection will be saved, and used throughout iAtlas. **You can refer back to this module at any time to review or modify your choices.** A summary of your cohort and sample groups is shown at the bottom of this page. | ||
|
||
You can also access the iAtlas data by querying our database. Check our Jupyter Notebooks: | ||
- [Query the CRI-iAtlas database, get TCGA features and expression](https://github.com/CRI-iAtlas/iatlas-notebooks/blob/main/querying_TCGA_features_and_expression.ipynb) | ||
- [Immune Checkpoint Inhibition data available in iAtlas](https://github.com/CRI-iAtlas/iatlas-notebooks/blob/main/ici_query_iatlas_data.ipynb) | ||
- [Single-cell RNA-seq data available in iAtlas](https://github.com/CRI-iAtlas/iatlas-notebooks/blob/main/query_iatlas_single_cell_datasets.ipynb) | ||
You can also access the CRI iAtlas data by querying our database. We have Jupyter Notebooks detailing how to use the CRI iAtlas API to query our database: | ||
- [Query the TCGA dataset](https://github.com/CRI-iAtlas/iatlas-notebooks/blob/main/querying_TCGA_features_and_expression.ipynb) | ||
- Query the Immune Checkpoint Inhibition datasets [in R](https://github.com/CRI-iAtlas/iatlas-notebooks/blob/main/ici_query_iatlas_data.ipynb) and [in Python](https://github.com/CRI-iAtlas/iatlas-notebooks/blob/main/ici_query_iatlas_data_python.ipynb) | ||
- [Query the pseudobulk single-cell RNAseq data](https://github.com/CRI-iAtlas/iatlas-notebooks/blob/main/query_iatlas_single_cell_datasets.ipynb) |