Skip to content

Commit

Permalink
Merge pull request #126 from maxplanck-ie/KS
Browse files Browse the repository at this point in the history
Ks
  • Loading branch information
katsikora authored Jun 17, 2024
2 parents cfa13e7 + af86487 commit accc48e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rmd/14_FirstSteps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ eval_scratch<-dir.exists("/scratch/local")
```

```{r run-mpi, echo=FALSE,eval=eval_scratch}
```{r run-mpi, echo=FALSE,eval=eval_scratch}
wdir<-paste0("/scratch/local/",system('echo $USER',intern=TRUE),"/Rseurat/")
system(paste0('mkdir -p ',wdir))
setwd(wdir)
Expand Down Expand Up @@ -158,7 +158,9 @@ On RStudio, you can use `View(pbmc)` to inspect all the slots.

> 🧭✨ Poll:
>
> In cell "AAATTCGATTCTCA-1", how many reads map to gene "ACTB"?
> In cell "AAATTCGATTCTCA-1", how many reads map to gene "ACTB"? https://PollEv.com/multiple_choice_polls/ALEQy4aTk6YCvdvQMnCbg/respond
> Hint: subset the assay data, `pbmc@assays$RNA`.

At the top level, `SeuratObject` serves as a collection of `Assay` and `DimReduc` objects, representing expression data and dimensional reductions of the expression data, respectively.
The `Assay` objects are designed to hold expression data of a single type, such as RNA-seq gene expression, CITE-seq ADTs, cell hashtags, or imputed gene values.
Expand Down

0 comments on commit accc48e

Please sign in to comment.