Skip to content

Commit

Permalink
Merge pull request #871 from josschavezf/suite
Browse files Browse the repository at this point in the history
add single cell lung adenocarcinoma
  • Loading branch information
josschavezf authored Jan 24, 2024
2 parents bd438ba + fb8f0f9 commit ff56b64
Show file tree
Hide file tree
Showing 9 changed files with 417 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
409 changes: 409 additions & 0 deletions vignettes/singlecell_lung_adenocarcinoma.Rmd

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion vignettes/visium_cytassist_lungcancer.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,19 @@ Visium spatial transcriptomics does not provide single-cell resolution, making c
- Rank
- DWLS

[Deconvolution](https://genomebiology.biomedcentral.com/articles/10.1186/s13059-021-02362-7) Corresponded Single cell dataset can be generated from [here](http://mousebrain.org/). Giotto_SC is processed from the downsampled [Loom](https://satijalab.org/loomr/loomr_tutorial) file and can also be downloaded from getSpatialDataset.
Corresponded Single cell dataset can be generated from [Single Cell Human Lung Adenocarcinoma](https://drieslab.github.io/Giotto/articles/singlecell_lung_adenocarcinoma.html) vignette. You can also download the Giotto object, or count matrix and metadata from [here](https://drive.google.com/drive/folders/1lv3KYkJoTy4vzJxyRT0zhm6RALVO89M8)

Load the single-cell object

```{r, eval=FALSE}
giotto_SC <- Giotto::loadGiotto("sc_lung_carcinoma")
```

## PAGE

The cell-type specific signature gene list was obtained from a previous study focused on investigating the therapy-induced evolution of lung cancer revealed by single-cell RNA sequencing. More information about the paper and scRNA-seq dataset can be found [here](https://doi.org/10.1016/j.cell.2020.07.017).


```{r, eval=FALSE}
# umap plots
# Create PAGE matrix
Expand Down

0 comments on commit ff56b64

Please sign in to comment.